FIX:macos does not close process dlg

jira:[none]

Change-Id: Ibb45a031e714641b3c8f51c150646f17b033b72f
This commit is contained in:
tao wang 2025-02-15 14:30:55 +08:00 committed by lane.wei
parent 8c4f2634c9
commit aced773cb3
1 changed files with 4 additions and 0 deletions

View File

@ -11209,7 +11209,11 @@ void Plater::import_model_id(wxString download_info)
import_thread.join(); import_thread.join();
dlg.Hide(); dlg.Hide();
#ifdef _WIN32
dlg.Close(); dlg.Close();
#endif
if (download_ok) { if (download_ok) {
BOOST_LOG_TRIVIAL(trace) << "import_model_id: target_path = " << target_path.string(); BOOST_LOG_TRIVIAL(trace) << "import_model_id: target_path = " << target_path.string();
/* load project */ /* load project */