]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/framuniv.cpp
Fixed bug with disappearing menus. They were
[wxWidgets.git] / src / univ / framuniv.cpp
index 2ea330be1d8ba4602a2f383828e0a343106d02fa..ae8f7cf2215844541a742efe64c9d444b716f7b6 100644 (file)
@@ -96,6 +96,7 @@ void wxFrame::PositionMenuBar()
         // the menubar is positioned above the client size, hence the negative
         // y coord
         wxCoord heightMbar = m_frameMenuBar->GetSize().y;
+
         m_frameMenuBar->SetSize(0, 
 #ifdef __WXPM__         // FIXME -- remove this, make wxOS2/Univ behave as
                  //          the rest of the world!!!