]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/settings.cpp
* Fix logical error in m_overflow attribute merging
[wxWidgets.git] / src / os2 / settings.cpp
index 1dc15fcfac546e0ce737d7610d8dd54c6ea079e5..4c70221cb8ae57ea3e9b8766779fdc05bc6345fc 100644 (file)
@@ -149,6 +149,17 @@ wxColour wxSystemSettingsNative::GetColour(
                     );
             break;
 
+        case wxSYS_COLOUR_MENUBAR:
+            vRef = (ULONG)::WinQuerySysColor( HWND_DESKTOP
+                                             ,SYSCLR_MENU
+                                             ,0L
+                                            );
+            vCol.Set( GetRValue(vRef)
+                     ,GetGValue(vRef)
+                     ,GetBValue(vRef)
+                    );
+            break;
+
         //
         // We'll have to just give values to these
         //