mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
Impossibility to select objects fixed (BUG 18599)
This commit is contained in:
parent
9ab0a93eca
commit
2521ac4ec4
@ -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 ) );
|
||||
|
Loading…
Reference in New Issue
Block a user