Merge pull request #4973 from maxGimeno/Demo-Fix_remve_isolated_vertices-maxGimeno

Polyhedron Demo: Fix Remove_isolated_vertices
This commit is contained in:
Laurent Rineau 2020-09-25 15:34:28 +02:00
commit c27dfb97e5
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ void Polyhedron_demo_repair_polyhedron_plugin::on_actionRemoveIsolatedVertices_t
*poly_item->polyhedron());
CGAL::Three::Three::information(tr(" %1 isolated vertices have been removed.")
.arg(nbv));
poly_item->setNbIsolatedvertices(0);
poly_item->invalidateOpenGLBuffers();
Q_EMIT poly_item->itemChanged();
}