Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 450:794850d517f2 toggle
Oops -- we don't want to hide the Playback menu
author | Chris Cannam |
---|---|
date | Fri, 24 Jun 2011 12:13:42 +0100 |
parents | de2a049f213d |
children | 1604cb12ce11 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Fri Jun 24 12:10:11 2011 +0100 +++ b/main/MainWindow.cpp Fri Jun 24 12:13:42 2011 +0100 @@ -4189,6 +4189,7 @@ // be to the right of them and then add those back in as well // at the appropriate point menuBar()->removeAction(m_helpMenu->menuAction()); + menuBar()->removeAction(m_playbackMenu->menuAction()); menuBar()->removeAction(m_viewMenu->menuAction()); menuBar()->addMenu(m_editMenu); menuBar()->addMenu(m_viewMenu); @@ -4206,7 +4207,6 @@ m_viewManager->setMinimalModeEnabled(true); m_scroll->hide(); - menuBar()->removeAction(m_playbackMenu->menuAction()); menuBar()->removeAction(m_transformsMenu->menuAction()); menuBar()->removeAction(m_layerMenu->menuAction()); menuBar()->removeAction(m_paneMenu->menuAction());