From: jfa Date: Thu, 31 Mar 2011 11:40:24 +0000 (+0000) Subject: IMP 0021069: Hide selected in explode function X-Git-Tag: Start_BR_19998_21191~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=448a18a1e0af125c6fd1f2f27fe2931a6986c1ce;p=modules%2Fgeom.git IMP 0021069: Hide selected in explode function --- diff --git a/src/EntityGUI/EntityGUI_SubShapeDlg.cxx b/src/EntityGUI/EntityGUI_SubShapeDlg.cxx index f9ea01983..954da5586 100644 --- a/src/EntityGUI/EntityGUI_SubShapeDlg.cxx +++ b/src/EntityGUI/EntityGUI_SubShapeDlg.cxx @@ -406,6 +406,10 @@ void EntityGUI_SubShapeDlg::ResetStateOfDialog() //================================================================================= void EntityGUI_SubShapeDlg::SubShapeToggled() { + GroupPoints->PushButton2->setEnabled(!isAllSubShapes()); + GroupPoints->PushButton3->setEnabled(!isAllSubShapes()); + GroupPoints->PushButton4->setEnabled(!isAllSubShapes()); + activateSelection(); }