mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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 <sander@myowndomain.nl> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
13a190464d
commit
57e15bf789
1 changed files with 3 additions and 0 deletions
|
@ -222,6 +222,9 @@ MainWindow::MainWindow() : QMainWindow(),
|
|||
#ifndef NO_PRINTING
|
||||
find_all_templates();
|
||||
#endif
|
||||
|
||||
ui.menubar->show();
|
||||
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
|
|
Loading…
Reference in a new issue