Fix merge mistake

This commit is contained in:
Aldo Hoeben 2016-09-07 11:19:21 +02:00 committed by GitHub
parent 21858cf0b7
commit 7edf36473d

View file

@ -161,7 +161,7 @@ Rectangle
anchors.rightMargin: UM.Theme.getSize("default_margin").width
text: catalog.i18nc("@label:", "Abort Print")
onClicked: Cura.MachineManager.printerOutputDevices[0].setJobState("abort")
onClicked: confirmationDialog.visible = true
style: ButtonStyle
{