mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:44:08 +02:00
We must set the window menu bar in order for it to show up on Linux/Windows.
This commit is contained in:
parent
94952fe8fb
commit
60b410cecd
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue