From: Vadim Zeitlin Date: Wed, 20 Sep 2006 23:10:18 +0000 (+0000) Subject: make colours of the selected text inversed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fc875d57b712a880357b8e4b4bab018f6c7a33da?ds=inline make colours of the selected text inversed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/themes/mono.cpp b/src/univ/themes/mono.cpp index 68a9864869..25a378e509 100644 --- a/src/univ/themes/mono.cpp +++ b/src/univ/themes/mono.cpp @@ -583,9 +583,9 @@ wxColour wxMonoColourScheme::Get(wxMonoColourScheme::StdColour col) const case SCROLLBAR: case SCROLLBAR_PRESSED: case GAUGE: - case HIGHLIGHT: case TITLEBAR: case TITLEBAR_ACTIVE: + case HIGHLIGHT_TEXT: case DESKTOP: return GetBg(); @@ -601,9 +601,9 @@ wxColour wxMonoColourScheme::Get(wxMonoColourScheme::StdColour col) const case CONTROL_TEXT: case CONTROL_TEXT_DISABLED: case CONTROL_TEXT_DISABLED_SHADOW: - case HIGHLIGHT_TEXT: case TITLEBAR_TEXT: case TITLEBAR_ACTIVE_TEXT: + case HIGHLIGHT: return GetFg(); }