]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcclient.cpp
Fixed bug with disappearing menus. They were
[wxWidgets.git] / src / msw / dcclient.cpp
index d853cf580eafd5a10763882121c4b132161c9818..6d5df17f484938b49ad871ffd07347b9eae9a8f0 100644 (file)
@@ -113,6 +113,11 @@ void wxWindowDC::InitDC()
 
     // default bg colour is pne of the window
     SetBackground(wxBrush(m_canvas->GetBackgroundColour(), wxSOLID));
 
     // default bg colour is pne of the window
     SetBackground(wxBrush(m_canvas->GetBackgroundColour(), wxSOLID));
+
+    // since we are a window dc we need to grab the palette from the window
+#if wxUSE_PALETTE
+    InitializePalette();
+#endif
 }
 
 // ----------------------------------------------------------------------------
 }
 
 // ----------------------------------------------------------------------------