mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 01:10:32 +05:00
Fix for the problem: regression: SMESH ? remove nodes/elements manually.
This commit is contained in:
parent
fbaf4c789f
commit
0e57fc7441
@ -1170,8 +1170,13 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
|
||||
}
|
||||
}
|
||||
}
|
||||
SALOME_ListIO l1;
|
||||
aSel->setSelectedObjects( l1 );
|
||||
|
||||
if (anAction == SMESH::eErase) {
|
||||
SALOME_ListIO l1;
|
||||
aSel->setSelectedObjects( l1 );
|
||||
}
|
||||
else
|
||||
aSel->setSelectedObjects( selected );
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user