mirror of https://github.com/CGAL/cgal
Merge pull request #4973 from maxGimeno/Demo-Fix_remve_isolated_vertices-maxGimeno
Polyhedron Demo: Fix Remove_isolated_vertices
This commit is contained in:
commit
c27dfb97e5
|
|
@ -147,6 +147,7 @@ void Polyhedron_demo_repair_polyhedron_plugin::on_actionRemoveIsolatedVertices_t
|
||||||
*poly_item->polyhedron());
|
*poly_item->polyhedron());
|
||||||
CGAL::Three::Three::information(tr(" %1 isolated vertices have been removed.")
|
CGAL::Three::Three::information(tr(" %1 isolated vertices have been removed.")
|
||||||
.arg(nbv));
|
.arg(nbv));
|
||||||
|
poly_item->setNbIsolatedvertices(0);
|
||||||
poly_item->invalidateOpenGLBuffers();
|
poly_item->invalidateOpenGLBuffers();
|
||||||
Q_EMIT poly_item->itemChanged();
|
Q_EMIT poly_item->itemChanged();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue