mirror of https://github.com/CGAL/cgal
force update of the display
mimic what is done for load(istream) Trivial bug fix for demo
This commit is contained in:
parent
7ddefbdcc8
commit
37b9b8e7bf
|
|
@ -129,6 +129,8 @@ public:
|
|||
/// fill non-manifold edges container
|
||||
soup->fill_edges();
|
||||
oriented = false;
|
||||
|
||||
Q_EMIT changed();
|
||||
}
|
||||
|
||||
bool save(std::ostream& out) const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue