After switching the Monitor Tab set Null to active output printer

CURA-5612
This commit is contained in:
Aleksei S 2018-08-03 11:42:55 +02:00
parent aadbebd457
commit 9c8ac6e9ed
2 changed files with 17 additions and 4 deletions

View file

@ -89,9 +89,11 @@ Item
MouseArea
{
anchors.fill: cameraImage
onClicked: { /* no-op */ }
z: 1
anchors.fill: cameraImage
onClicked:
{
OutputDevice.setActivePrinter(null)
}
z: 1
}
}