mirror of https://github.com/CGAL/cgal
force item update
This commit is contained in:
parent
3534515fbf
commit
a773d970aa
|
|
@ -100,7 +100,7 @@ void Polyhedron_demo_normal_estimation_plugin::on_actionNormalInversion_triggere
|
|||
for(Point_set::iterator it = points->begin(); it != points->end(); ++it){
|
||||
it->normal() = -1 * it->normal();
|
||||
}
|
||||
item->changed();
|
||||
scene->itemChanged(item);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue