Skip to content

Commit

Permalink
Hide window on closeEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclksr committed Dec 2, 2019
1 parent e612d36 commit 667799f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,6 @@ void MainWin::catchSelectionChanged(const QItemSelection &selected,

void MainWin::closeEvent(QCloseEvent *event)
{
MainWin::quit();
hide();
event->ignore();
}

0 comments on commit 667799f

Please sign in to comment.