I’ve been testing my app in different distros of Linux. Some have KDE Plasma for the desktop and some have Gnome. I’ve noticed a difference in how a LIstBox displays the colors of a cell that is being edited. In Gnome, the background color of the cell being edited is the same color as the rest of the selected row. However, in Plasma, the background and content colors in the edited cell are inverted (which is nice). See screen shots below of the exact same application:
Plasma (colors in edited cell are inverted)
Gnome (colors in edited cell are the same as the rest of the selected row)
\Two questions:
-
is there a way in Gnome where a listbox can invert the colors the same as Plasma?
-
Is there a way the background color of an edited cell can be controlled via Xojo code so that it’s consistent across distros? It seems the paint background color is overridden by the row selection bar color which comes from the Gnome theme.
Thx in advance for your input!!

