fixes for drawing
This commit is contained in:
@@ -71,7 +71,7 @@ CustomRect {
|
||||
id: stateLayer
|
||||
|
||||
color: root.internalChecked ? root.activeOnColor : root.inactiveOnColor
|
||||
enabled: enabled
|
||||
enabled: root.enabled
|
||||
|
||||
onClicked: {
|
||||
if (root.isToggle)
|
||||
|
||||
Reference in New Issue
Block a user