debug Group Dlg on Edit operation

This commit is contained in:
ptv 2009-09-17 10:46:20 +00:00
parent 6743f46f1a
commit 7af9804df4

View File

@ -809,7 +809,12 @@ void GroupGUI_GroupDlg::setShapeType( const TopAbs_ShapeEnum theType )
case TopAbs_SOLID: anId = 3; break; case TopAbs_SOLID: anId = 3; break;
} }
setConstructorId( anId ); setConstructorId( anId );
myIsShapeType = true; if (!myIsShapeType)
{
myIsShapeType = true;
// workaround top avoid set checked button 0
setConstructorId( anId );
}
} }