mirror of https://github.com/CGAL/cgal
Fix lasso for 0 facet
This commit is contained in:
parent
e3f615bc2a
commit
4a6dc5bfd6
|
|
@ -235,6 +235,7 @@ public Q_SLOTS:
|
|||
if(face_sel.empty())
|
||||
{
|
||||
contour_2d.clear();
|
||||
qobject_cast<CGAL::Three::Viewer_interface*>(viewer)->set2DSelectionMode(false);
|
||||
return;
|
||||
}
|
||||
//get border edges of the selected patches
|
||||
|
|
|
|||
Loading…
Reference in New Issue