Issue 0021236: EDF SMESH: Problem in create group when Select All checkbox is checked

This commit is contained in:
ouv 2011-04-19 12:41:47 +00:00
parent 1d11144246
commit 513abfae2f

View File

@ -1403,6 +1403,7 @@ void SMESHGUI_GroupDlg::onSelectAll()
int selMode = mySelectionMode;
mySelectionMode = grpNoSelection;
setSelectionMode( selMode );
updateButtons();
}
//=================================================================================