Skip to content

Commit

Permalink
Merge pull request #657 from nuttyartist/fix/zjeffer/qt-6.6-OptionIte…
Browse files Browse the repository at this point in the history
…mButton-enabled

Fix #652: option window doesnt work
  • Loading branch information
zjeffer authored Dec 1, 2023
2 parents 7a850eb + 95734b7 commit e574b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/OptionItemButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ MouseArea {
property bool isContainingMouse: optionItemMouseArea.containsMouse
property bool checked: false
property var themeData: {{thme: "Light"}}
property bool enabled: true
property int pointSizeOffset: -4

enabled: true
hoverEnabled: true
width: innerRectangle.width
height: innerRectangle.height
Expand Down

0 comments on commit e574b58

Please sign in to comment.