mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-16 10:15:59 +08:00
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…
x
Reference in New Issue
Block a user