mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Fix wrong indentation for camera view
This commit is contained in:
parent
e3f319a644
commit
08766ee66f
1 changed files with 9 additions and 8 deletions
|
@ -328,6 +328,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
||||||
def _stopCamera(self):
|
def _stopCamera(self):
|
||||||
if self._camera_timer.isActive():
|
if self._camera_timer.isActive():
|
||||||
self._camera_timer.stop()
|
self._camera_timer.stop()
|
||||||
|
|
||||||
if self._image_reply:
|
if self._image_reply:
|
||||||
try:
|
try:
|
||||||
self._image_reply.abort()
|
self._image_reply.abort()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue