1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Object's position updated on gui after displacement

This commit is contained in:
Enrico Turri
2018-09-05 15:35:09 +02:00
parent 622e86d9e4
commit 42567e3af2
+1
View File
@@ -5243,6 +5243,7 @@ void GLCanvas3D::_on_move(const std::vector<int>& volume_idxs)
const Vec3d& offset = volume->get_offset();
model_object->instances[instance_idx]->offset = Vec2d(offset(0), offset(1));
model_object->invalidate_bounding_box();
update_position_values();
object_moved = true;
}
else if (obj_idx == 1000)