mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Fix broken shortcut for slice or stop slicing.
This commit is contained in:
parent
8f5309c5a5
commit
03b4121d22
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ Column
|
||||||
shortcut: "Ctrl+P"
|
shortcut: "Ctrl+P"
|
||||||
onTriggered:
|
onTriggered:
|
||||||
{
|
{
|
||||||
if (prepareButton.enabled)
|
if (sliceButton.enabled)
|
||||||
{
|
{
|
||||||
sliceOrStopSlicing()
|
sliceOrStopSlicing()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue