force update of the display

mimic what is done for load(istream)

Trivial bug fix for demo
This commit is contained in:
Sébastien Loriot 2015-09-07 15:12:21 +02:00
parent 7ddefbdcc8
commit 37b9b8e7bf
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ public:
/// fill non-manifold edges container
soup->fill_edges();
oriented = false;
Q_EMIT changed();
}
bool save(std::ostream& out) const;