mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Issue 19925: Fix bug with 2d mesh preview
This commit is contained in:
parent
e7c421ee2a
commit
751f23b3e0
@ -1660,7 +1660,7 @@ void SMESHGUI_PrecomputeOp::initDialog()
|
||||
{
|
||||
algo = SMESH::SMESH_2D_Algo::_narrow( aVar );
|
||||
if ( !algo->_is_nil() )
|
||||
modeMap[ SMESH::DIM_2D ] = 0;
|
||||
modeMap[ SMESH::DIM_1D ] = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user