FIX:macos does not close process dlg
jira:[none] Change-Id: Ibb45a031e714641b3c8f51c150646f17b033b72f
This commit is contained in:
parent
8c4f2634c9
commit
aced773cb3
|
@ -11209,7 +11209,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…
Reference in New Issue