mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +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()
|
void Plater::load_project()
|
||||||
{
|
{
|
||||||
if (!p->save_project_if_dirty())
|
if (p->save_project_if_dirty() == wxID_CANCEL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Ask user for a project file name.
|
// Ask user for a project file name.
|
||||||
|
|||||||
Reference in New Issue
Block a user