Skip to content

Commit

Permalink
MacOS restore minimized window on dock icon click
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jun 1, 2017
1 parent 4c20fd4 commit 342f90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/macdockiconhandler.mm
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ void setupDockClickHandler() {
{
this->mainWindow->activateWindow();
this->mainWindow->show();
this->mainWindow->setWindowState(Qt::WindowActive);
}

emit this->dockIconClicked();
Expand Down

0 comments on commit 342f90c

Please sign in to comment.