diff --git a/Polyhedron/demo/Polyhedron/Plugins/PMP/Self_intersection_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/PMP/Self_intersection_plugin.cpp index b4735e94b7f..dd1c61d54ee 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/PMP/Self_intersection_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/PMP/Self_intersection_plugin.cpp @@ -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; } }