From 789a5fa7d7cb2b8ae0e3a8855ea4ca2332715060 Mon Sep 17 00:00:00 2001 From: Bryant Date: Mon, 28 Jul 2014 19:47:07 -0700 Subject: [PATCH] Add action item to MainWindow.cc --- src/ui/MainWindow.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc index cc78d0f96..5b5bbf316 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 -- 2.22.0