mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix another is None check for typing
This commit is contained in:
parent
7495d7900f
commit
534b432e7e
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ class SimulationView(CuraView):
|
|||
self._nozzle_node.setParent(None)
|
||||
|
||||
renderer = self.getRenderer()
|
||||
if renderer is not None:
|
||||
if renderer is None:
|
||||
return False
|
||||
|
||||
if self._layer_pass is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue