diff options
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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() |