mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: [STUDIO-3016] not select model objects on load project
Change-Id: Ie204df31f2b352055ad23527a64e09b0372d97ce
This commit is contained in:
parent
05c2148b82
commit
152df78310
1 changed files with 1 additions and 1 deletions
|
@ -3704,7 +3704,7 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
|||
}
|
||||
|
||||
// automatic selection of added objects
|
||||
if (!obj_idxs.empty() && view3D != nullptr) {
|
||||
if (!obj_idxs.empty() && view3D != nullptr && !load_config) {
|
||||
// update printable state for new volumes on canvas3D
|
||||
wxGetApp().plater()->canvas3D()->update_instance_printable_state_for_objects(obj_idxs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue