From a15a949c305a9e53338314b4391da85a5ea7e30e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 23 Jun 2014 01:08:41 +0000 Subject: [PATCH] Handle wxSYS_COLOUR_LISTBOXTEXT in wxMotif wxSystemSettings. At the very least, don't fail with an assert if this colour is requested. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/motif/settings.cpp b/src/motif/settings.cpp index 4e3e10dded..04f2b66dc1 100644 --- a/src/motif/settings.cpp +++ b/src/motif/settings.cpp @@ -110,6 +110,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index) case wxSYS_COLOUR_INACTIVECAPTIONTEXT: case wxSYS_COLOUR_BTNTEXT: case wxSYS_COLOUR_INFOTEXT: + case wxSYS_COLOUR_LISTBOXTEXT: { if (but_setting_wid) {