Fix exception when zero bounding box is obtained

This commit is contained in:
vsr 2013-11-12 11:44:16 +00:00
parent a84676a7fa
commit 1ccc5a5f3f

View File

@ -334,4 +334,6 @@ void MeasureGUI_BndBoxDlg::redisplayPreview()
catch (const SALOME::SALOME_Exception& e) {
SalomeApp_Tools::QtCatchCorbaException(e);
}
catch (...) {
}
}