Question: Can ListBox be improved further? #1426
-
After d34f437 I've been trying to understand the effect of setSelected(0) ... with default colors.. ....with custom theme colors... Eventually I tracked this down to external/libguisan/src/widgets/listbox.cpp @ line 136
This is the highlight color setSelected(0) is using. In essence, this is equivalent to To me, this inferred that a construct like To test this, my GUI theme part in amiberry.conf is That's actually pretty good in my book (definitely less of an eye-sore compared to the bright highlighting on dark GUI theme), and to me at least seems a better approach than having setSelected(0) always return a highlight color=170,170,170 ~ it should change in concert with the GUI theme colors ideally. Is there any way to implement this globally, without hacking Guisan? (I'm thinking the answer is 'no' ;) TIA ps: as always, I'm fine with just hacking my local copy to suit =) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
this has to be changed in guisan itself, so that it dynamically changes the "inactive" color based on the current color scheme. |
Beta Was this translation helpful? Give feedback.
-
e42d6f4 would appear to have fixed this ~ thanks ;) |
Beta Was this translation helpful? Give feedback.
this has to be changed in guisan itself, so that it dynamically changes the "inactive" color based on the current color scheme.