]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
Corrections to position and size for toolbar.
[wxWidgets.git] / src / common / framecmn.cpp
index 544189a24c7a68c61921e1b789029df3ab0e33c3..8bc2ffb5db650f512cc7343be534c2789b90109d 100644 (file)
@@ -409,8 +409,8 @@ void wxFrameBase::AttachMenuBar(wxMenuBar *menubar)
 {
     if ( menubar )
     {
-        m_frameMenuBar = menubar;
         menubar->Attach((wxFrame *)this);
+        m_frameMenuBar = menubar;
     }
 }