]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
IMP 0021069: Hide selected in explode function
authorjfa <jfa@opencascade.com>
Thu, 31 Mar 2011 11:40:24 +0000 (11:40 +0000)
committerjfa <jfa@opencascade.com>
Thu, 31 Mar 2011 11:40:24 +0000 (11:40 +0000)
src/EntityGUI/EntityGUI_SubShapeDlg.cxx

index f9ea01983fdd08e1f5265c2f947c7c945335fe41..954da5586eb7ef03d92472fd57f2c7083333cdff 100644 (file)
@@ -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();
 }