commit | cfc12ec68c3f90ebd94bc47d14d18b7217850391 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jun 04 09:05:24 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 04 09:05:24 2018 -0700 |
tree | 9cf5916271b56d85880c89c7de31307958ed61e2 | |
parent | 1d3395f09bcf47bc02701ea51a84dc3e15dbedf3 [diff] |
bpo-33664: Scroll IDLE editor text by lines (GH-7351) Previously, the mouse wheel and scrollbar slider moved text by a fixed number of pixels, resulting in partial lines at the top of the editor box. The change also applies to the shell and grep output windows, but not to read-only text views. (cherry picked from commit d49dbd9acc6db544ca6cb2445fe17eb0c3be4bba) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>