mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
MODIFIED: #1471 We should be able to close the application even when there's no loaded project.
This commit is contained in:
parent
cde1a42750
commit
eab928a502
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ namespace GUIEditor
|
|||
bool GUIEditorWindow::close()
|
||||
{
|
||||
if( currentProject.isEmpty() )
|
||||
return false;
|
||||
return true;
|
||||
|
||||
QMessageBox::StandardButton reply = QMessageBox::question( this,
|
||||
tr( "Closing project" ),
|
||||
|
|
Loading…
Reference in a new issue