DarkRadiant: master 8f327dca

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 25.10.2022 19:38 master 2e2aa177
Affected Issues  0005827: Better distinction between inherited and regular spawnargs
Changeset 0005827: use wxSYS_COLOUR_GRAYTEXT for inherited properties

Second attempt at using a different colour for inherited properties.
Instead of using a hard-coded colour (which fails due to the variability
of GTK themes), we now use wxSystemSettings::GetColour() to look up the
colour associated with disabled text (wxSYS_COLOUR_GRAYTEXT).

Testing with both light and dark themes supplied with Ubuntu gives
promising results. Hopefully wxWidgets will supply a valid colour which
is appropriate for the active theme on all systems (including Windows),
but this will need more widespread testing.
mod - libs/wxutil/dataview/TreeViewItemStyle.h Diff File