Patch #812986: Update the canvas even if not tracing.
This commit is contained in:
parent
3f1f7bec74
commit
3798da0f92
|
@ -634,6 +634,7 @@ class RawPen:
|
|||
|
||||
def _draw_turtle(self, position=[]):
|
||||
if not self._tracing:
|
||||
self._canvas.update()
|
||||
return
|
||||
if position == []:
|
||||
position = self._position
|
||||
|
|
Loading…
Reference in New Issue