mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 17:48:34 +05:00
Fix Edit Mesh regression
Pb: no 2D algo selected when editing Mesh_3 of SALOME_TESTS/Grids/smesh/imps_09/K7
This commit is contained in:
parent
54d95073e1
commit
c64a5dc488
@ -1461,6 +1461,7 @@ void SMESHGUI_MeshOp::setFilteredAlgoData()
|
|||||||
updateHypoSets(); // it sets myAvailableHypData by curMeshType
|
updateHypoSets(); // it sets myAvailableHypData by curMeshType
|
||||||
|
|
||||||
// restore current algorithms according to changed myAvailableHypData
|
// restore current algorithms according to changed myAvailableHypData
|
||||||
|
algosAvailable.clear();
|
||||||
for ( int dim = 0; dim <= 3; ++dim )
|
for ( int dim = 0; dim <= 3; ++dim )
|
||||||
{
|
{
|
||||||
int algoIndex = myAvailableHypData[ dim ][ Algo ].indexOf( curAlgos[ dim ]);
|
int algoIndex = myAvailableHypData[ dim ][ Algo ].indexOf( curAlgos[ dim ]);
|
||||||
|
Loading…
Reference in New Issue
Block a user