NToggle: no mouse interaction when componend is disabled

This commit is contained in:
ItsLemmy
2025-10-30 14:11:04 -04:00
parent db8803d137
commit 8db8913bd3
+1
View File
@@ -69,6 +69,7 @@ RowLayout {
}
MouseArea {
enabled: root.enabled
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
hoverEnabled: true