From 60b410cecd7db2b89c558ef1732b7b74aacf118e Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Mon, 19 Aug 2013 10:51:41 -0700 Subject: [PATCH] We must set the window menu bar in order for it to show up on Linux/Windows. --- interface/src/Application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 01feba6e8a..b834097c8a 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -216,8 +216,8 @@ Application::Application(int& argc, char** argv, timeval &startup_time) : FvUpdater::sharedUpdater()->CheckForUpdatesSilent(); #endif - // call Menu getInstance static method to set up the menur - Menu::getInstance(); + // call Menu getInstance static method to set up the menu + _window->setMenuBar(Menu::getInstance()); _networkAccessManager = new QNetworkAccessManager(this);