mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 23:15:58 +08:00
Follow-up of c5c5c23ed244ef09d3dd3d022b54cccd3fb82e50 - Fixed raycasters update after deletion
This commit is contained in:
parent
c5c5c23ed2
commit
ae09c864c2
@ -515,6 +515,10 @@ void GLGizmoHollow::delete_selected_points()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if ENABLE_RAYCAST_PICKING
|
||||||
|
on_unregister_raycasters_for_picking();
|
||||||
|
on_register_raycasters_for_picking();
|
||||||
|
#endif // ENABLE_RAYCAST_PICKING
|
||||||
select_point(NoPoints);
|
select_point(NoPoints);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user