-
So I'm using Slint via the Qt backend with Rust, but when I hover my Combobox the individual options don't respond to mouse hovering: dropdown-hover-2023-06-15_07.17.39.mp4I have observed this on both macOS Ventura and Ubuntu Linux 22.04. How do I get it to behave similar to other Qt applications and highlight each individual option on mouse hover, e.g. VirtualBox's dropdown for instance? dropdown-hover-vb-2023-06-15_07.18.39.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Jun 15, 2023
Replies: 1 comment 1 reply
-
We were not drawing the ComboBox popup correctly with all styles. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
b-fuze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We were not drawing the ComboBox popup correctly with all styles.
I've just fixed that in #2897