Cut: turn off contour disabling for now
This commit is contained in:
parent
d7f55253cd
commit
582eccd51b
1 changed files with 3 additions and 1 deletions
|
@ -1942,7 +1942,9 @@ bool GLGizmoCut3D::gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_posi
|
||||||
update_model_object();
|
update_model_object();
|
||||||
m_parent.set_as_dirty();
|
m_parent.set_as_dirty();
|
||||||
} else {
|
} 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;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue