mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-06 00:06:00 -04:00
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:
@ -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();
|
||||
|
Reference in New Issue
Block a user