This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Lita.Cho
Recipients Lita.Cho, jesstess
Date 2014-06-20.22:54:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403304895.01.0.418952314688.issue21812@psf.upfronthosting.co.za>
In-reply-to
Content
Have a patch that fixes this. Rather than calling self._update() directory, we should be calling self._pen(resizemode="user"), since the user is changing the size of the turtle, just like how shapesize and shearfactor are updating.
History
Date User Action Args
2014-06-20 22:54:55Lita.Chosetrecipients: + Lita.Cho, jesstess
2014-06-20 22:54:55Lita.Chosetmessageid: <1403304895.01.0.418952314688.issue21812@psf.upfronthosting.co.za>
2014-06-20 22:54:54Lita.Cholinkissue21812 messages
2014-06-20 22:54:54Lita.Chocreate