PAL9391 - remarks

This commit is contained in:
asl 2005-11-09 11:10:51 +00:00
parent d696f7d582
commit 8db6ce0cb0

View File

@ -1168,6 +1168,9 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
if (aSel) if (aSel)
aSel->selectedObjects( sel_objects ); aSel->selectedObjects( sel_objects );
if( theCommandID==302 )
startOperation( myEraseAll );
SALOME_ListIteratorOfListIO anIt( sel_objects ); SALOME_ListIteratorOfListIO anIt( sel_objects );
for( ; anIt.More(); anIt.Next() ) for( ; anIt.More(); anIt.Next() )
{ {