disable highlighting in self_intersection test

This commit is contained in:
Maxime Gimeno 2019-07-03 11:40:12 +02:00
parent 94e91cf58a
commit f510bee3d3
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ void Polyhedron_demo_self_intersection_plugin::on_actionSelfIntersection_trigger
scene->addItem(selection_item);
scene->itemChanged(poly_item);
scene->itemChanged(selection_item);
selection_item->set_highlighting(false);
found = true;
}
}