From: vsv Date: Wed, 12 Mar 2008 14:15:55 +0000 (+0000) Subject: Impossibility to select objects fixed (BUG 18599) X-Git-Tag: V5_0_0a1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2521ac4ec45e1f9bc962f770f94e5dea5384e67f;p=modules%2Fgeom.git Impossibility to select objects fixed (BUG 18599) --- diff --git a/src/PrimitiveGUI/PrimitiveGUI.cxx b/src/PrimitiveGUI/PrimitiveGUI.cxx index 6a4c6d42f..dafd9339f 100644 --- a/src/PrimitiveGUI/PrimitiveGUI.cxx +++ b/src/PrimitiveGUI/PrimitiveGUI.cxx @@ -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 ) );