diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc index cc78d0f9624d84c546202c8a51f12bd6066a177e..5b5bbf3169d35babd5c97f66841a0bb3e74b105b 100644 --- a/src/ui/MainWindow.cc +++ b/src/ui/MainWindow.cc @@ -191,6 +191,7 @@ void MainWindow::init() menuActionHelper->setMenu(ui.menuTools); // Qt 4 on Ubuntu does place the native menubar correctly so on Linux we revert back to in-window menu bar. + // TODO: Check that this is still necessary on Qt5 on Ubuntu #ifdef Q_OS_LINUX menuBar()->setNativeMenuBar(false); #endif