mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:36:03 +08:00
Merge pull request #4024 from Ultimaker/fix_use_engine_ready
Use _engine_ready to detect if there is a QML engine
This commit is contained in:
commit
ab339e7784
@ -294,7 +294,7 @@ class BuildVolume(SceneNode):
|
|||||||
if not self._width or not self._height or not self._depth:
|
if not self._width or not self._height or not self._depth:
|
||||||
return
|
return
|
||||||
|
|
||||||
if not self._application._qml_engine:
|
if not self._engine_ready:
|
||||||
return
|
return
|
||||||
|
|
||||||
if not self._volume_outline_color:
|
if not self._volume_outline_color:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user