mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX:fixed model import not in the latest list
fixed STUDIO-2986 STUDIO-2989 Change-Id: Ifc20a6dcfcd0cae305cc6c2844cb26656289925e
This commit is contained in:
parent
2e4cc06d0c
commit
87386c817c
3 changed files with 3 additions and 7 deletions
|
@ -8052,7 +8052,7 @@ void Plater::import_model_id(wxString download_info)
|
|||
if (download_ok) {
|
||||
BOOST_LOG_TRIVIAL(trace) << "import_model_id: target_path = " << target_path.string();
|
||||
/* load project */
|
||||
this->load_project(encode_path(target_path.string().c_str()), "<silence>");
|
||||
this->load_project(encode_path(target_path.string().c_str()));
|
||||
|
||||
/*BBS set project info after load project, project info is reset in load project */
|
||||
//p->project.project_model_id = model_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue