]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/menu.cpp
Fix docs for Bind
[wxWidgets.git] / src / univ / menu.cpp
index 0ebba81d1978767532dfe5bab40cfd88f726da66..a4cf5e1f7570d64e8ffa5383e23047050f58ad29 100644 (file)
@@ -1235,10 +1235,10 @@ void wxMenu::Detach()
 
 wxWindow *wxMenu::GetRootWindow() const
 {
-    if ( m_menuBar )
+    if ( GetMenuBar() )
     {
         // simple case - a normal menu attached to the menubar
-        return m_menuBar;
+        return GetMenuBar();
     }
 
     // we're a popup menu but the trouble is that only the top level popup menu