Updated contributors for 1.1.0.7 (esp. backlight)
This commit is contained in:
parent
3834cb71a0
commit
3e54b232b7
|
@ -1370,8 +1370,8 @@ void XmlCtrl::setColorScheme ( int scheme )
|
|||
StyleSetBackground ( wxSTC_STYLE_DEFAULT, *wxWHITE );
|
||||
StyleClearAll();
|
||||
|
||||
baseBackground = LightColour ( wxTheColourDatabase->Find ( _T ( "YELLOW" ) ), 20 );
|
||||
alternateBackground = LightColour ( wxTheColourDatabase->Find ( _T ( "YELLOW" ) ), 60 );
|
||||
baseBackground = LightColour ( wxTheColourDatabase->Find ( _T ( "CYAN" ) ), 70 );
|
||||
alternateBackground = LightColour ( wxTheColourDatabase->Find ( _T ( "CYAN" ) ), 90 );
|
||||
SetCaretLineBackground ( baseBackground );
|
||||
|
||||
SetCaretForeground ( *wxBLACK );
|
||||
|
|
Loading…
Reference in New Issue