mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-12 17:50:35 +05:00
Fix exception when zero bounding box is obtained
This commit is contained in:
parent
a84676a7fa
commit
1ccc5a5f3f
@ -334,4 +334,6 @@ void MeasureGUI_BndBoxDlg::redisplayPreview()
|
||||
catch (const SALOME::SALOME_Exception& e) {
|
||||
SalomeApp_Tools::QtCatchCorbaException(e);
|
||||
}
|
||||
catch (...) {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user