]> git.saurik.com Git - wxWidgets.git/commitdiff
adapted background color for mac for listcontrols
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 29 May 2001 21:12:26 +0000 (21:12 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 29 May 2001 21:12:26 +0000 (21:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/settings.cpp
src/mac/settings.cpp

index fc3943c02b9b91fb0a47b7fae7f3b0e97f383cda..df2800a97becb59ff9f5fe4e6e1960a7f8d87aff 100644 (file)
@@ -33,6 +33,9 @@ wxColour wxSystemSettings::GetSystemColour(int index)
                        return wxColor( 0xDD , 0xDD , 0xDD ) ;
                        break ;
 
+               case wxSYS_COLOUR_LISTBOX :
+                       return wxColor( 0xEE , 0xEE , 0xEE ) ;
+                       break ;
                case wxSYS_COLOUR_BTNSHADOW:
                        return wxColor( 0x44 , 0x44 , 0x44 ) ;
                        break ;
index fc3943c02b9b91fb0a47b7fae7f3b0e97f383cda..df2800a97becb59ff9f5fe4e6e1960a7f8d87aff 100644 (file)
@@ -33,6 +33,9 @@ wxColour wxSystemSettings::GetSystemColour(int index)
                        return wxColor( 0xDD , 0xDD , 0xDD ) ;
                        break ;
 
+               case wxSYS_COLOUR_LISTBOX :
+                       return wxColor( 0xEE , 0xEE , 0xEE ) ;
+                       break ;
                case wxSYS_COLOUR_BTNSHADOW:
                        return wxColor( 0x44 , 0x44 , 0x44 ) ;
                        break ;