mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
When dismissing the print window, also reset the "sending_gcode" flag
CL-913
This commit is contained in:
parent
1f15599b4d
commit
e89983b171
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ UM.Dialog
|
||||||
{
|
{
|
||||||
resetPrintersModel()
|
resetPrintersModel()
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
OutputDevice.cancelPrintSelection()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
title: catalog.i18nc("@title:window", "Print over network")
|
title: catalog.i18nc("@title:window", "Print over network")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue