Unverified Commit 34413b99 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7979 from olliw42/pr-paramedit-width10bug

Bug in ParameterEditor: 2nd click on group button shrinks mouse area
parents 0454de03 9c85a5d0
......@@ -203,8 +203,8 @@ Item {
readonly property string groupName: modelData
onClicked: {
if (!checked) _rowWidth = 10
checked = true
_rowWidth = 10
controller.currentCategory = category
controller.currentGroup = groupName
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment