mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-15 17:09:43 -07:00
FIX:macos does not close process dlg
jira:[none] Change-Id: Ibb45a031e714641b3c8f51c150646f17b033b72f (cherry picked from commit aced773cb3d4c94145792dbb60e9f1bc805662ae)
This commit is contained in:
parent
8456b8381b
commit
e79244a08a
1 changed files with 4 additions and 0 deletions
|
|
@ -10881,7 +10881,11 @@ void Plater::import_model_id(wxString download_info)
|
|||
import_thread.join();
|
||||
|
||||
dlg.Hide();
|
||||
|
||||
#ifdef _WIN32
|
||||
dlg.Close();
|
||||
#endif
|
||||
|
||||
if (download_ok) {
|
||||
BOOST_LOG_TRIVIAL(trace) << "import_model_id: target_path = " << target_path.string();
|
||||
/* load project */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue