mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ class BuildVolume(SceneNode):
|
|||
if not self._width or not self._height or not self._depth:
|
||||
return
|
||||
|
||||
if not self._application._qml_engine:
|
||||
if not self._engine_ready:
|
||||
return
|
||||
|
||||
if not self._volume_outline_color:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue