make colours of the selected text inversed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7419ba028c
commit
fc875d57b7
@ -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();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user