mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
fix a typo issue submitted previously
Change-Id: Ia31522fb3133f90468e6ba034daa8feca6d9c69d
This commit is contained in:
parent
73f4c848de
commit
79944bd0fc
1 changed files with 1 additions and 1 deletions
|
@ -1863,7 +1863,7 @@ bool GUI_App::on_init_inner()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (auto d : dialogStack)
|
for (auto d : dialogStack)
|
||||||
d->EndModal(1);
|
d->EndModal(wxID_CANCEL);
|
||||||
});
|
});
|
||||||
|
|
||||||
std::map<std::string, std::string> extra_headers = get_extra_header();
|
std::map<std::string, std::string> extra_headers = get_extra_header();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue