From: rnv Date: Fri, 29 Mar 2013 10:27:35 +0000 (+0000) Subject: Implementation of the "0021951: EDF 2355 SMESH : Supression of SetFilter button in... X-Git-Tag: pluginMGCleaner~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f5d3729ad4b4afe0b03e521bad52b8f8bc62dd1c;p=modules%2Fsmesh.git Implementation of the "0021951: EDF 2355 SMESH : Supression of SetFilter button in the standalone part of the group dialog" issue. --- diff --git a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx index 6e32389a7..f2d9b5156 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -1560,7 +1560,7 @@ void SMESHGUI_GroupDlg::onSelectAll() myElementsLab->setEnabled( !noElemsModif ); myElements->setEnabled ( !noElemsModif ); - myFilterBtn->setEnabled ( !mySelectAll->isChecked() ); + myFilterBtn->setEnabled ( !noElemsModif ); myAddBtn->setEnabled ( !noElemsModif ); myRemoveBtn->setEnabled ( !noElemsModif ); mySortBtn->setEnabled ( !noElemsModif );