[issue21933] Allow the user to change font sizes with the text pane of turtledemo

Terry J. Reedy report at bugs.python.org
Thu Sep 4 19:53:52 CEST 2014


Terry J. Reedy added the comment:

Great. That works better on Windows too. Attached is an augmented patch to also move the other size bindings to text (I verified that 'bind_all' is needed), move the resize binding back to where it was, delete the now-empty binding function, and add a not to the docstring that the mousewheel only resizes when the mouse is over the text.  Please verify that this also works for non-windows.

----------
Added file: http://bugs.python.org/file36534/turtledemo_change_font_size2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21933>
_______________________________________


More information about the Python-bugs-list mailing list