slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.64k stars 607 forks source link

experiment for highlighting UX #6837

Open szecket opened 2 days ago

szecket commented 2 days ago

this ux works really well but ideally goes back to what was selected before right click OR the selection actually moves rather than the hover color

szecket commented 1 day ago

@hunger can you make it so rollover select reverts to whatever was selected originally if I don't left click on something in the list?

hunger commented 23 hours ago

@szecket: I am trying to extend PopupWindow right now to make tat possible ;-)