mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 05:38:27 +08:00
Follow-up of 2bb14849f46dc0bc49b9b9ee8bc05c7aea509c39 - Similar fix for Open Project command
This commit is contained in:
parent
2bb14849f4
commit
795ac7f297
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user