mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 13:22:06 +00:00
Separate GizmoManager on_move into gizmo itself
(cherry picked from commit prusa3d/PrusaSlicer@c751d6327d)
This commit is contained in:
@@ -434,9 +434,9 @@ void GLGizmoAdvancedCut::on_stop_dragging()
|
||||
}
|
||||
}
|
||||
|
||||
void GLGizmoAdvancedCut::on_update(const UpdateData& data)
|
||||
void GLGizmoAdvancedCut::on_dragging(const UpdateData &data)
|
||||
{
|
||||
GLGizmoRotate3D::on_update(data);
|
||||
GLGizmoRotate3D::on_dragging(data);
|
||||
|
||||
Vec3d rotation;
|
||||
for (int i = 0; i < 3; i++)
|
||||
|
||||
Reference in New Issue
Block a user