IMP 0021069: Hide selected in explode function

This commit is contained in:
jfa 2011-03-31 11:40:24 +00:00
parent 9e1ca51345
commit 448a18a1e0

View 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();
}