Remove 'align face to bottom' from context-menu.

part of CURA-6745
This commit is contained in:
Remco Burema 2019-09-03 14:25:10 +02:00
parent b97015a354
commit 5b48e13337
2 changed files with 0 additions and 11 deletions

View File

@ -26,7 +26,6 @@ Item
property alias deleteSelection: deleteSelectionAction;
property alias centerSelection: centerSelectionAction;
property alias bottomFaceSelection: bottomFaceSelectionAction;
property alias multiplySelection: multiplySelectionAction;
property alias deleteObject: deleteObjectAction;
@ -272,15 +271,6 @@ Item
onTriggered: CuraActions.centerSelection();
}
Action
{
id: bottomFaceSelectionAction;
text: catalog.i18nc("@action:inmenu menubar:edit", "Align Selected Face To Bottom");
enabled: UM.Controller.toolsEnabled && UM.Selection.hasFaceSelected;
// iconName: "NO-ICON-YET"; // TODO?
onTriggered: CuraActions.bottomFaceSelection();
}
Action
{
id: multiplySelectionAction;

View File

@ -20,7 +20,6 @@ Menu
// Selection-related actions.
MenuItem { action: Cura.Actions.centerSelection; }
MenuItem { action: Cura.Actions.deleteSelection; }
MenuItem { action: Cura.Actions.bottomFaceSelection; }
MenuItem { action: Cura.Actions.multiplySelection; }
// Extruder selection - only visible if there is more than 1 extruder