mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Patch #812986: Update the canvas even if not tracing.
This commit is contained in:
parent
3f1f7bec74
commit
3798da0f92
2 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue