mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
WIP: Reconstruction of background processing.
This commit is contained in:
parent
f33713e060
commit
bded28f888
17 changed files with 273 additions and 229 deletions
|
@ -5145,7 +5145,7 @@ void GLCanvas3D::_render_layer_editing_overlay() const
|
|||
#else
|
||||
int object_idx = int(volume->select_group_id / 1000000);
|
||||
#endif // ENABLE_EXTENDED_SELECTION
|
||||
if ((int)m_print->objects().size() < object_idx)
|
||||
if ((int)m_print->objects().size() <= object_idx)
|
||||
return;
|
||||
|
||||
const PrintObject* print_object = m_print->get_object(object_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue