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
void wxMenuBar::OnDismiss()
{
- ReleaseMouse();
+ if ( GetCapture() )
+ GetCapture()->ReleaseMouse();
if ( m_current != -1 )
{