FIX:macos does not close process dlg

jira:[none]

Change-Id: Ibb45a031e714641b3c8f51c150646f17b033b72f
(cherry picked from commit aced773cb3d4c94145792dbb60e9f1bc805662ae)
This commit is contained in:
tao wang 2025-02-15 14:30:55 +08:00 committed by Noisyfox
parent 8456b8381b
commit e79244a08a

View file

@ -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 */