Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #652: option window doesnt work #657

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

zjeffer
Copy link
Collaborator

@zjeffer zjeffer commented Dec 1, 2023

The issue was that enabled is a built-in QML property, and we were overwriting it. It seems that since 6.6, this overwriting actually causes an error, as opposed to previous versions.

Fixed by not redefining the enabled property, but simply setting to true in the constructor.

Thanks to @dmytrovoytko for pointing us closer to the solution!

Tested and works on Qt 6.6.1

@zjeffer zjeffer changed the title Fix #656: option window doesnt work Fix #652: option window doesnt work Dec 1, 2023
@zjeffer zjeffer force-pushed the fix/zjeffer/qt-6.6-OptionItemButton-enabled branch from f4f9bce to 95734b7 Compare December 1, 2023 16:48
@zjeffer
Copy link
Collaborator Author

zjeffer commented Dec 1, 2023

Appimage 5.15.2 works

@zjeffer
Copy link
Collaborator Author

zjeffer commented Dec 1, 2023

Appimage 6.4.3 also works

@zjeffer zjeffer requested review from guihkx and nuttyartist December 1, 2023 17:02
Copy link
Collaborator

@guihkx guihkx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me too! But we should probably wait for @nuttyartist's review.

@nuttyartist
Copy link
Owner

Works just fine (: Thanks, @zjeffer.

@zjeffer zjeffer merged commit e574b58 into master Dec 1, 2023
17 checks passed
@zjeffer zjeffer deleted the fix/zjeffer/qt-6.6-OptionItemButton-enabled branch December 1, 2023 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants