mirror of https://github.com/CGAL/cgal
Fix Scene_polyhedron_item::show_only_feature_edges
(cherry picked from commit 19046611a8613dedeeb8d93bc368aa182df778d8)
This commit is contained in:
parent
62644a62aa
commit
c1b555b64b
|
|
@ -944,7 +944,8 @@ QMenu* Scene_polyhedron_item::contextMenu()
|
|||
void Scene_polyhedron_item::show_only_feature_edges(bool b)
|
||||
{
|
||||
show_only_feature_edges_m = b;
|
||||
Q_EMIT itemChanged();
|
||||
invalidate_buffers();
|
||||
Q_EMIT itemChanged();
|
||||
}
|
||||
|
||||
void Scene_polyhedron_item::enable_facets_picking(bool b)
|
||||
|
|
|
|||
Loading…
Reference in New Issue