X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5276b0a53cef4815230e39b54d2ecda14f72cbd1..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/src/msw/settings.cpp diff --git a/src/msw/settings.cpp b/src/msw/settings.cpp index eec4fea1a9..e7bdac2156 100644 --- a/src/msw/settings.cpp +++ b/src/msw/settings.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -133,6 +132,11 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index) // there is no standard colour with this index, map to another one index = wxSYS_COLOUR_WINDOWTEXT; } + else if ( index == wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT) + { + // there is no standard colour with this index, map to another one + index = wxSYS_COLOUR_HIGHLIGHTTEXT; + } else if ( index == wxSYS_COLOUR_LISTBOX ) { // there is no standard colour with this index, map to another one