summaryrefslogtreecommitdiffstats
path: root/Lib/turtle.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-06-22 08:21:51 (GMT)
committerRaymond Hettinger <python@rcn.com>2014-06-22 08:21:51 (GMT)
commit6dec4eae536b3e55bf18b5804eb01f8110d4bafb (patch)
tree1100343ccfe3633756bcc76ae62bf46af88f00ba /Lib/turtle.py
parentf51531e2578452a47914108a44bc74c15431a5b0 (diff)
downloadcpython-6dec4eae536b3e55bf18b5804eb01f8110d4bafb.zip
cpython-6dec4eae536b3e55bf18b5804eb01f8110d4bafb.tar.gz
cpython-6dec4eae536b3e55bf18b5804eb01f8110d4bafb.tar.bz2
Issue #21812: Trigger immediate transformation in turtle.shapetransform().
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r--Lib/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index 599f645..3d1d3b0 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -2945,7 +2945,7 @@ class RawTurtle(TPen, TNavigator):
self._stretchfactor = a11, a22
self._shearfactor = a12/a22
self._tilt = alfa
- self._update()
+ self.pen(resizemode="user")
def _polytrafo(self, poly):