]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/settings.cpp
Several corrections to wxDocManager fields documentation.
[wxWidgets.git] / src / msw / settings.cpp
index eec4fea1a9d8908bf778e46538f9e4cc55dc2073..4fbc2299f64f2582b02f437e05bee9374dddaef3 100644 (file)
@@ -133,6 +133,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