mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Issue #21812: Trigger immediate transformation in turtle.shapetransform().
This commit is contained in:
parent
f51531e257
commit
6dec4eae53
3 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue