Undo emit transformationChanges (caused a crash), themed objects in objects list. CURA-4525

This commit is contained in:
Jack Ha 2017-12-21 16:53:43 +01:00
parent 2c831ceb05
commit 663ceab069
6 changed files with 19 additions and 15 deletions

View file

@ -316,7 +316,6 @@ Item
{
id: arrangeAllBuildPlatesAction;
text: catalog.i18nc("@action:inmenu menubar:edit","Arrange All Models To All Build Plates");
//iconName: "document-open";
onTriggered: Printer.arrangeObjectsToAllBuildPlates();
}