From 57e15bf789ef08a494eb267e7e2b8939aeec8638 Mon Sep 17 00:00:00 2001 From: Sander Kleijwegt Date: Tue, 25 Aug 2015 10:56:07 +0200 Subject: Explicitly show the menubar after mainwindow initialisation. At least on Ubuntu with xfce instead of Unity this appears to be necessary to get a menu bar for the application. Fixes #833 Signed-off-by: Sander Kleijwegt Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qt-ui/mainwindow.cpp') diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 1070c3018..945204e26 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -222,6 +222,9 @@ MainWindow::MainWindow() : QMainWindow(), #ifndef NO_PRINTING find_all_templates(); #endif + + ui.menubar->show(); + } MainWindow::~MainWindow() -- cgit v1.2.3-70-g09d2