From 82ea47a7c97534a75833d9d46448d10190a72cc6 Mon Sep 17 00:00:00 2001 From: mzn Date: Tue, 22 Nov 2005 15:09:07 +0000 Subject: [PATCH] Fix for bug PAL10408 (Strange behaviour of the selection icon in the "create group" dialog box). --- src/SMESHGUI/SMESHGUI_GroupDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx index 83fd3c412..82da54af8 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -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) { -- 2.30.2