mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:59:00 +08:00
Revert "Don't call @property function"
This reverts commit 3921cc86d1e3b9e86c5cd0a27cdc83be01b25106.
This commit is contained in:
parent
3921cc86d1
commit
678516186e
@ -250,7 +250,7 @@ class CuraEngineBackend(QObject, Backend):
|
||||
@call_on_qt_thread # must be called from the main thread because of OpenGL
|
||||
def _createSnapshot(self) -> None:
|
||||
self._snapshot = None
|
||||
if not CuraApplication.getInstance().isVisible:
|
||||
if not CuraApplication.getInstance().isVisible():
|
||||
Logger.log("w", "Attempt to create snapshot before complete initialization.")
|
||||
return
|
||||
Logger.log("i", "Creating thumbnail image (just before slice)...")
|
||||
|
Loading…
x
Reference in New Issue
Block a user