]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Problem with radiobuttons in Group box 0020428
authorptv <ptv@opencascade.com>
Wed, 16 Sep 2009 05:05:57 +0000 (05:05 +0000)
committerptv <ptv@opencascade.com>
Wed, 16 Sep 2009 05:05:57 +0000 (05:05 +0000)
src/GroupGUI/GroupGUI_GroupDlg.cxx

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