mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Plater: Fix arrange
This commit is contained in:
parent
8337d4675f
commit
20e1087d97
3 changed files with 10 additions and 7 deletions
|
@ -1156,8 +1156,8 @@ std::vector<size_t> Plater::priv::load_model_objects(const ModelObjectPtrs &mode
|
|||
|
||||
update();
|
||||
_3DScene::zoom_to_volumes(canvas3D);
|
||||
// TODO
|
||||
// $self->object_list_changed;
|
||||
object_list_changed();
|
||||
|
||||
// $self->schedule_background_process;
|
||||
|
||||
return obj_idxs;
|
||||
|
@ -1687,7 +1687,8 @@ Plater::~Plater()
|
|||
}
|
||||
|
||||
Sidebar& Plater::sidebar() { return *p->sidebar; }
|
||||
Model& Plater::model() { return p->model; }
|
||||
Model& Plater::model() { return p->model; }
|
||||
Print& Plater::print() { return p->print; }
|
||||
|
||||
void Plater::load_files(const std::vector<fs::path> &input_files) { p->load_files(input_files); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue