From: ouv Date: Tue, 19 Apr 2011 12:41:47 +0000 (+0000) Subject: Issue 0021236: EDF SMESH: Problem in create group when Select All checkbox is checked X-Git-Tag: Start_BR_19998_21191_NEW_ENV~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=513abfae2fe0a91e550c62850eec13680a53a55a;p=modules%2Fsmesh.git Issue 0021236: EDF SMESH: Problem in create group when Select All checkbox is checked --- diff --git a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx index 28783f8dc..db1106822 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -1403,6 +1403,7 @@ void SMESHGUI_GroupDlg::onSelectAll() int selMode = mySelectionMode; mySelectionMode = grpNoSelection; setSelectionMode( selMode ); + updateButtons(); } //=================================================================================