Commit 9c85a5d0 authored by olliw42's avatar olliw42

bug in ParameterEditor removed, double-ckicking on a group button shrank width...

bug in ParameterEditor removed, double-ckicking on a group button shrank width of rectangle and thus of mouse area to 10
parent 142beec4
......@@ -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