mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 17:20:37 +05:00
IMP 0021069: Hide selected in explode function
This commit is contained in:
parent
9e1ca51345
commit
448a18a1e0
@ -406,6 +406,10 @@ void EntityGUI_SubShapeDlg::ResetStateOfDialog()
|
|||||||
//=================================================================================
|
//=================================================================================
|
||||||
void EntityGUI_SubShapeDlg::SubShapeToggled()
|
void EntityGUI_SubShapeDlg::SubShapeToggled()
|
||||||
{
|
{
|
||||||
|
GroupPoints->PushButton2->setEnabled(!isAllSubShapes());
|
||||||
|
GroupPoints->PushButton3->setEnabled(!isAllSubShapes());
|
||||||
|
GroupPoints->PushButton4->setEnabled(!isAllSubShapes());
|
||||||
|
|
||||||
activateSelection();
|
activateSelection();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user