From 448a18a1e0af125c6fd1f2f27fe2931a6986c1ce Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 31 Mar 2011 11:40:24 +0000 Subject: [PATCH] IMP 0021069: Hide selected in explode function --- src/EntityGUI/EntityGUI_SubShapeDlg.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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(); } -- 2.39.2