mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
0020378: EDF 1042 SMESH : Gui of SMESH hypothesis not multi-study
This commit is contained in:
parent
53254ff3ed
commit
8ef6ac2097
@ -85,7 +85,8 @@ SMESHGUI_MeshOp::SMESHGUI_MeshOp( const bool theToCreate, const bool theIsMesh )
|
|||||||
myToCreate( theToCreate ),
|
myToCreate( theToCreate ),
|
||||||
myIsMesh( theIsMesh ),
|
myIsMesh( theIsMesh ),
|
||||||
myDlg( 0 ),
|
myDlg( 0 ),
|
||||||
myShapeByMeshOp( 0 )
|
myShapeByMeshOp( 0 ),
|
||||||
|
myHypoSet( 0 )
|
||||||
{
|
{
|
||||||
if ( GeometryGUI::GetGeomGen()->_is_nil() )// check that GEOM_Gen exists
|
if ( GeometryGUI::GetGeomGen()->_is_nil() )// check that GEOM_Gen exists
|
||||||
GeometryGUI::InitGeomGen();
|
GeometryGUI::InitGeomGen();
|
||||||
|
Loading…
Reference in New Issue
Block a user