mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
Follow-up of 2bb14849f4 - Similar fix for Open Project command
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user