Improved whitespace in GetColour() so I can see what I'm doing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2005-01-12 15:27:26 +00:00
parent 6914b57adc
commit c3c916e38f

View File

@@ -34,7 +34,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index)
switch( index )
{
case wxSYS_COLOUR_SCROLLBAR :
case wxSYS_COLOUR_SCROLLBAR:
case wxSYS_COLOUR_BACKGROUND:
case wxSYS_COLOUR_ACTIVECAPTION:
case wxSYS_COLOUR_INACTIVECAPTION:
@@ -48,7 +48,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index)
return wxColor( 0xDD , 0xDD , 0xDD ) ;
break ;
case wxSYS_COLOUR_LISTBOX :
case wxSYS_COLOUR_LISTBOX:
{
if (major >= 10)
return *wxWHITE ;
@@ -86,7 +86,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index)
case wxSYS_COLOUR_3DLIGHT:
return wxColor( 0xCC , 0xCC , 0xCC ) ;
break ;
case wxSYS_COLOUR_HIGHLIGHTTEXT :
case wxSYS_COLOUR_HIGHLIGHTTEXT:
{
RGBColor hilite ;
LMGetHiliteRGB(&hilite) ;
@@ -96,7 +96,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index)
return *wxBLACK ;
}
break ;
case wxSYS_COLOUR_INFOBK :
case wxSYS_COLOUR_INFOBK:
case wxSYS_COLOUR_APPWORKSPACE:
return *wxWHITE ;
break ;