]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxSYS_COLOUR_3DLIGHT
authorJulian Smart <julian@anthemion.co.uk>
Wed, 30 Aug 2000 09:38:14 +0000 (09:38 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 30 Aug 2000 09:38:14 +0000 (09:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/settings.cpp
src/gtk1/settings.cpp

index 0adcfd51b32fcb15985767d3851a140d9abe095f..64dd67c08c3640f606ee0052c5d8a5c0e95df658 100644 (file)
@@ -97,6 +97,7 @@ wxColour wxSystemSettings::GetSystemColour( int index )
         case wxSYS_COLOUR_ACTIVEBORDER:
         case wxSYS_COLOUR_INACTIVEBORDER:
         case wxSYS_COLOUR_BTNFACE:
+        case wxSYS_COLOUR_3DLIGHT:
         {
             if (!g_systemBtnFaceColour)
             {
index 0adcfd51b32fcb15985767d3851a140d9abe095f..64dd67c08c3640f606ee0052c5d8a5c0e95df658 100644 (file)
@@ -97,6 +97,7 @@ wxColour wxSystemSettings::GetSystemColour( int index )
         case wxSYS_COLOUR_ACTIVEBORDER:
         case wxSYS_COLOUR_INACTIVEBORDER:
         case wxSYS_COLOUR_BTNFACE:
+        case wxSYS_COLOUR_3DLIGHT:
         {
             if (!g_systemBtnFaceColour)
             {