diff --git a/src/QmlControls/ParameterEditor.qml b/src/QmlControls/ParameterEditor.qml index c9f7d612d45eafd74040c43b3a12a6774e7f2736..f7537f3fb5f6575ef1c5dc1cbba0a90d774c345d 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 }