Impossibility to select objects fixed (BUG 18599)

This commit is contained in:
vsv 2008-03-12 14:15:55 +00:00
parent 9ab0a93eca
commit 2521ac4ec4

View 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 ) );