mirror of https://github.com/CGAL/cgal
disable highlighting in self_intersection test
This commit is contained in:
parent
94e91cf58a
commit
f510bee3d3
|
|
@ -126,6 +126,7 @@ void Polyhedron_demo_self_intersection_plugin::on_actionSelfIntersection_trigger
|
||||||
scene->addItem(selection_item);
|
scene->addItem(selection_item);
|
||||||
scene->itemChanged(poly_item);
|
scene->itemChanged(poly_item);
|
||||||
scene->itemChanged(selection_item);
|
scene->itemChanged(selection_item);
|
||||||
|
selection_item->set_highlighting(false);
|
||||||
found = true;
|
found = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue