Skip to content

Commit

Permalink
Accept Editor close event (#7035)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRobotMusic committed Jan 1, 2024
1 parent 4049cc2 commit 8eba258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editors/Editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ void Editor::closeEvent( QCloseEvent * _ce )
{
hide();
}
_ce->ignore();
_ce->accept();
}

DropToolBar::DropToolBar(QWidget* parent) : QToolBar(parent)
Expand Down

0 comments on commit 8eba258

Please sign in to comment.