mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +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 );
|
aDlg = new PrimitiveGUI_TorusDlg( getGeometryGUI(), parent );
|
||||||
break;
|
break;
|
||||||
case 4025: // CONE
|
case 4025: // CONE
|
||||||
aDlg = new PrimitiveGUI_ConeDlg( getGeometryGUI(), parent, "" );
|
aDlg = new PrimitiveGUI_ConeDlg( getGeometryGUI(), parent);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
app->putInfo( tr( "GEOM_PRP_COMMAND" ).arg( theCommandID ) );
|
app->putInfo( tr( "GEOM_PRP_COMMAND" ).arg( theCommandID ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user