If you click on a QQC2 ToolButton it will remain in its pressed state, meaning it has a background with highlight color. The problem is in our style so I'm just mimicking D18284 as a solution.
Details
Details
- Reviewers
mart ngraham davidedmundson - Group Reviewers
Plasma - Commits
- R858:33a13d11fc55: Fix ToolButton remaining in a pressed state after press
Before:
After:
Diff Detail
Diff Detail
- Repository
- R858 Qt Quick Controls 2: Desktop Style
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
@mart does this look good to you? As you're the author I wouldn't want to merge without your approval.
Comment Actions
Thanks! I tested it with this in a vacuum and with D21027 and it seems to be working as it should now as far as I can tell.