From cb0f2f544673fdd6956edfc4c0d62f175990a122 Mon Sep 17 00:00:00 2001 From: "J. Russell Smyth" Date: Sun, 14 Mar 1999 00:15:19 +0000 Subject: [PATCH] added wxSYS_COLOR_BTNTEXT case was missing. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/settings.cpp | 1 + src/gtk1/settings.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gtk/settings.cpp b/src/gtk/settings.cpp index 646386409a..17bfe356ab 100644 --- a/src/gtk/settings.cpp +++ b/src/gtk/settings.cpp @@ -138,6 +138,7 @@ wxColour wxSystemSettings::GetSystemColour( int index ) case wxSYS_COLOUR_WINDOWTEXT: case wxSYS_COLOUR_CAPTIONTEXT: case wxSYS_COLOUR_INACTIVECAPTIONTEXT: + case wxSYS_COLOUR_BTNTEXT: case wxSYS_COLOUR_INFOTEXT: { return *wxBLACK; diff --git a/src/gtk1/settings.cpp b/src/gtk1/settings.cpp index 646386409a..17bfe356ab 100644 --- a/src/gtk1/settings.cpp +++ b/src/gtk1/settings.cpp @@ -138,6 +138,7 @@ wxColour wxSystemSettings::GetSystemColour( int index ) case wxSYS_COLOUR_WINDOWTEXT: case wxSYS_COLOUR_CAPTIONTEXT: case wxSYS_COLOUR_INACTIVECAPTIONTEXT: + case wxSYS_COLOUR_BTNTEXT: case wxSYS_COLOUR_INFOTEXT: { return *wxBLACK; -- 2.47.2