From: mzn Date: Tue, 22 Nov 2005 15:09:07 +0000 (+0000) Subject: Fix for bug PAL10408 (Strange behaviour of the selection icon in the "create group... X-Git-Tag: BR_3_1_0_deb~23 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=82ea47a7c97534a75833d9d46448d10190a72cc6;hp=617421a2a3ad1e00f319646c1057cd3bce591252 Fix for bug PAL10408 (Strange behaviour of the selection icon in the "create group" dialog box). --- 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) {