Problem with radiobuttons in Group box 0020428

This commit is contained in:
ptv 2009-09-16 05:05:57 +00:00
parent 0e4fcbb76c
commit 6e82e72333

View File

@ -595,6 +595,8 @@ void GroupGUI_GroupDlg::SelectionIntoArgument()
//================================================================================= //=================================================================================
void GroupGUI_GroupDlg::ConstructorsClicked( int constructorId ) void GroupGUI_GroupDlg::ConstructorsClicked( int constructorId )
{ {
if (!myIsShapeType && getConstructorId() != constructorId)
setConstructorId( constructorId );
myIsShapeType = true; myIsShapeType = true;
myIdList->clear(); myIdList->clear();
activateSelection(); activateSelection();