]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/menu.cpp
minor additions to wxCmdLineParser tests
[wxWidgets.git] / src / univ / menu.cpp
index 46c328ebcbe305816b0dba22a700496c3d665463..586b829b2d23e7b4eae87a819a4c41e3905ce116 100644 (file)
@@ -1548,6 +1548,9 @@ void wxMenuBar::Attach(wxFrame *frame)
         SetCursor(wxCURSOR_ARROW);
 
         SetFont(wxSystemSettings::GetSystemFont(wxSYS_SYSTEM_FONT));
+
+        // calculate and set our height (it won't be changed any more)
+        SetSize(-1, GetBestSize().y);
     }
 
     // remember the last frame which had us to avoid unnecessarily reparenting