force item update

This commit is contained in:
Sébastien Loriot 2015-08-05 12:00:50 +02:00
parent 3534515fbf
commit a773d970aa
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}