From 37b9b8e7bfd55993580d95698df75305e47364ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 7 Sep 2015 15:12:21 +0200 Subject: [PATCH] force update of the display mimic what is done for load(istream) Trivial bug fix for demo --- Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.h b/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.h index ce5b20df643..209100f73ea 100644 --- a/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.h +++ b/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.h @@ -129,6 +129,8 @@ public: /// fill non-manifold edges container soup->fill_edges(); oriented = false; + + Q_EMIT changed(); } bool save(std::ostream& out) const;