mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-31 07:50:34 +05:00
debug Group Dlg on Edit operation
This commit is contained in:
parent
6743f46f1a
commit
7af9804df4
@ -809,7 +809,12 @@ void GroupGUI_GroupDlg::setShapeType( const TopAbs_ShapeEnum theType )
|
||||
case TopAbs_SOLID: anId = 3; break;
|
||||
}
|
||||
setConstructorId( anId );
|
||||
myIsShapeType = true;
|
||||
if (!myIsShapeType)
|
||||
{
|
||||
myIsShapeType = true;
|
||||
// workaround top avoid set checked button 0
|
||||
setConstructorId( anId );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user