summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/controls/GroupBox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/GroupBox.qml b/src/controls/GroupBox.qml
index e0346b86d..5fe37c9ea 100644
--- a/src/controls/GroupBox.qml
+++ b/src/controls/GroupBox.qml
@@ -188,6 +188,6 @@ Item {
anchors.rightMargin: 8
anchors.bottomMargin: 8
anchors.fill: parent
- enabled: (!checkable || checkbox.checked)
+ enabled: (!groupbox.checkable || groupbox.checked)
}
}