]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Impossibility to select objects fixed (BUG 18599)
authorvsv <vsv@opencascade.com>
Wed, 12 Mar 2008 14:15:55 +0000 (14:15 +0000)
committervsv <vsv@opencascade.com>
Wed, 12 Mar 2008 14:15:55 +0000 (14:15 +0000)
src/PrimitiveGUI/PrimitiveGUI.cxx

index 6a4c6d42f22ba563024b410cf6f13d027720e74f..dafd9339f29d9ac3eb9bfd6ac37476f69816b8fb 100644 (file)
@@ -79,7 +79,7 @@ bool PrimitiveGUI::OnGUIEvent( int theCommandID, SUIT_Desktop* parent )
     aDlg = new PrimitiveGUI_TorusDlg( getGeometryGUI(), parent );
     break;
   case 4025: // CONE
-    aDlg = new PrimitiveGUI_ConeDlg( getGeometryGUI(), parent, "" );
+    aDlg = new PrimitiveGUI_ConeDlg( getGeometryGUI(), parent);
     break;
   default:
     app->putInfo( tr( "GEOM_PRP_COMMAND" ).arg( theCommandID ) );