Cut: turn off contour disabling for now
This commit is contained in:
parent
d7f55253cd
commit
582eccd51b
@ -1942,7 +1942,9 @@ bool GLGizmoCut3D::gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_posi
|
||||
update_model_object();
|
||||
m_parent.set_as_dirty();
|
||||
} else {
|
||||
m_c->object_clipper()->pass_mouse_click(pos_world);
|
||||
// Following would inform the clipper about the mouse click, so it can
|
||||
// toggle the respective contour as disabled.
|
||||
//m_c->object_clipper()->pass_mouse_click(pos_world);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user