Fix broken shortcut for slice or stop slicing.

This commit is contained in:
Diego Prado Gesto 2019-01-10 13:59:22 +01:00
parent 8f5309c5a5
commit 03b4121d22

View file

@ -194,7 +194,7 @@ Column
shortcut: "Ctrl+P"
onTriggered:
{
if (prepareButton.enabled)
if (sliceButton.enabled)
{
sliceOrStopSlicing()
}