plug error handler to the reader

This commit is contained in:
Sébastien Loriot 2016-02-26 11:02:42 +01:00 committed by Jane Tournois
parent 205e3afe0a
commit 7bf1db3f39
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ public:
msgBox.setStandardButtons(QMessageBox::Ok);
msgBox.setIcon(QMessageBox::Critical);
msgBox.exec();
return new Scene_polyhedron_item();
return NULL;
}
if (errorObserver->GetWarning())
{