Follow-up of 2bb14849f4
- Similar fix for Open Project command
This commit is contained in:
parent
2bb14849f4
commit
795ac7f297
1 changed files with 1 additions and 1 deletions
|
@ -4772,7 +4772,7 @@ void Plater::new_project()
|
|||
|
||||
void Plater::load_project()
|
||||
{
|
||||
if (!p->save_project_if_dirty())
|
||||
if (p->save_project_if_dirty() == wxID_CANCEL)
|
||||
return;
|
||||
|
||||
// Ask user for a project file name.
|
||||
|
|
Loading…
Reference in a new issue