Merge pull request #27 from gh2k/osx-native-menus

Force creation of native menu bar when main window is shown
This commit is contained in:
Matt Feemster
2015-07-29 17:42:49 -07:00
2 changed files with 14 additions and 0 deletions

View File

@ -306,6 +306,7 @@ protected:
virtual void dragEnterEvent(QDragEnterEvent* e) override;
virtual void dragMoveEvent(QDragMoveEvent* e) override;
virtual void dropEvent(QDropEvent* e) override;
virtual void showEvent(QShowEvent *e) override;
private:
void InitMenusUI();