Fix for the problem: regression: SMESH ? remove nodes/elements manually.

This commit is contained in:
mzn 2005-09-02 08:18:36 +00:00
parent fbaf4c789f
commit 0e57fc7441

View File

@ -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;
}