diff --git a/src/QmlControls/ParameterEditor.qml b/src/QmlControls/ParameterEditor.qml index c9f7d61..f7537f3 100644 --- a/src/QmlControls/ParameterEditor.qml +++ b/src/QmlControls/ParameterEditor.qml @@ -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 }