Replies: 1 comment 1 reply
-
|
The behaviour is definitely unexpected to me, I changed the I made some quick recordings to clearly show what's going on: MenuBar (broken): 2025-11-08_21-44-29.mp4ConextMenuArea (working): 2025-11-08_21-45-34.mp4 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I reported an issue earlier where a menu with checkmarks would have the wrong items get checked. @ogoffart reported that the problem was that in the example, the bindings were overridden by property sets. This is very fair, but it left an open question: What is the proper way to have a menu with a number of checked items, and selecting one of the items results in the others being unselected?
As described on the earlier thread, this is a common paradigm and it isn't clear what the correct way to do this in Slint might be. Below are two examples from Microsoft Windows where:
Beta Was this translation helpful? Give feedback.
All reactions