mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
PAL13409: EDF282 SMESH: Tetrahedron is added if we specify Mefisto.
This commit is contained in:
parent
31282d8886
commit
ffd567ddfa
@ -1020,7 +1020,7 @@ void SMESHGUI_MeshOp::onAlgoSelected( const int theIndex,
|
|||||||
|
|
||||||
// restore previously selected algo
|
// restore previously selected algo
|
||||||
algoIndex = myAvailableHypData[dim][Algo].findIndex( curAlgo );
|
algoIndex = myAvailableHypData[dim][Algo].findIndex( curAlgo );
|
||||||
if ( !isSubmesh && algoIndex < 0 && soleCompatible )
|
if ( !isSubmesh && algoIndex < 0 && soleCompatible && !forward )
|
||||||
// select the sole compatible algo
|
// select the sole compatible algo
|
||||||
algoIndex = myAvailableHypData[dim][Algo].findIndex( soleCompatible );
|
algoIndex = myAvailableHypData[dim][Algo].findIndex( soleCompatible );
|
||||||
setCurrentHyp( dim, Algo, algoIndex );
|
setCurrentHyp( dim, Algo, algoIndex );
|
||||||
|
Loading…
Reference in New Issue
Block a user