]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menuitem.cpp
ScrollWindow() should use the rect it scrolls as the clipping rect as well
[wxWidgets.git] / src / msw / menuitem.cpp
index c87a217ce6f8b60ec15e2c8c7e8eb647cdd48f48..0686c08269a43e3b0422f594a2aa40df77d6fe7a 100644 (file)
@@ -99,7 +99,7 @@ wxMenuItem::wxMenuItem(wxMenu *pParentMenu,
 
 #if  wxUSE_OWNER_DRAWN
     // set default menu colors
-    #define SYS_COLOR(c) (wxSystemSettings::GetSystemColour(wxSYS_COLOUR_##c))
+    #define SYS_COLOR(c) (wxSystemSettings::GetColour(wxSYS_COLOUR_##c))
 
     SetTextColour(SYS_COLOR(MENUTEXT));
     SetBackgroundColour(SYS_COLOR(MENU));