Fix for bug PAL10408 (Strange behaviour of the selection icon in the "create group" dialog box).

This commit is contained in:
mzn 2005-11-22 15:09:07 +00:00
parent 617421a2a3
commit 82ea47a7c9

View File

@ -537,7 +537,7 @@ void SMESHGUI_GroupDlg::setSelectionMode (int theMode)
return;
if (mySelectionMode != theMode) {
mySelectionMgr->clearSelected();
// [PAL10408] mySelectionMgr->clearSelected();
mySelectionMgr->clearFilters();
SMESH::SetPointRepresentation(false);
if (theMode < 4) {