Implementation of the "0021951: EDF 2355 SMESH : Supression of SetFilter button in the standalone part of the group dialog" issue.

This commit is contained in:
rnv 2013-03-29 10:27:35 +00:00
parent f89c0586c1
commit f5d3729ad4

View File

@ -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 );