diff --git a/desmume/src/wx/wxMain.cpp b/desmume/src/wx/wxMain.cpp index 93f8a2bf0..83bda723f 100644 --- a/desmume/src/wx/wxMain.cpp +++ b/desmume/src/wx/wxMain.cpp @@ -716,8 +716,9 @@ DesmumeFrame::DesmumeFrame(const wxString& title) loadmenuBar(menuBar); - ChangeRotation(nds_screen_rotation_angle, false); SetMenuBar(menuBar); + + ChangeRotation(nds_screen_rotation_angle, false); } void DesmumeFrame::loadfileMenu(wxMenu *fileMenu)