mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Implemented set printable state for ObjectList
This commit is contained in:
parent
885da35544
commit
f712e5fcf4
5 changed files with 74 additions and 1 deletions
|
@ -1479,6 +1479,8 @@ void Selection::toggle_instance_printable_state()
|
|||
if ((volume->object_idx() == obj_idx) && (volume->instance_idx() == instance_idx))
|
||||
volume->printable = instance->printable;
|
||||
}
|
||||
|
||||
wxGetApp().obj_list()->update_printable_state(obj_idx, instance_idx);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue