SLA gizmos fix: clipping of points/holes always used coords from the first instance

Few warnings fixed
This commit is contained in:
Lukas Matena 2019-12-12 10:37:15 +01:00
parent 0c4297b4f9
commit 135660decf
3 changed files with 10 additions and 10 deletions

View file

@ -48,7 +48,7 @@ public:
~GLGizmoHollow() override;
void set_sla_support_data(ModelObject* model_object, const Selection& selection);
bool gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down);
void delete_selected_points(bool force = false);
void delete_selected_points();
ClippingPlane get_sla_clipping_plane() const;