combobox shows wrong element with a bigger model #6619
Labels
a:widgets
Implementation of widgets (from std-widgets.slint) and their styles (mF,bS)
need triaging
Issue that the owner of the area still need to triage
In Slintpad I have a combobox with all the styles. That list has more entries than visible at one time, I need to scroll. I use native style on Linux (without Qt installed!) so I think it is fluent-dark in my case.
The active style is "native", which happens to be the last one in the list and the ComboBox shows "native" in the line edit area.
Expected behavior:
When I open the dropdown using the
v
Button, then I see:Actual behavior:
When I open the dropdown list using the
v
button, then I see:cosmic
in the Line Edit AreaThe text was updated successfully, but these errors were encountered: