summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2018-08-10 06:02:08 (GMT)
committerGitHub <noreply@github.com>2018-08-10 06:02:08 (GMT)
commit077059e0f086cf8c8b7fb9d1f053e38ddc743f59 (patch)
treedce6f8e91c1396b854575524c6b21bd96e6c209a /Misc
parentb92c526ed5da474694f89e29d82565f2a654c29b (diff)
downloadcpython-077059e0f086cf8c8b7fb9d1f053e38ddc743f59.zip
cpython-077059e0f086cf8c8b7fb9d1f053e38ddc743f59.tar.gz
cpython-077059e0f086cf8c8b7fb9d1f053e38ddc743f59.tar.bz2
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-08-05-15-49-55.bpo-34047.LGKsIm.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-08-05-15-49-55.bpo-34047.LGKsIm.rst b/Misc/NEWS.d/next/IDLE/2018-08-05-15-49-55.bpo-34047.LGKsIm.rst
new file mode 100644
index 0000000..a247908
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-08-05-15-49-55.bpo-34047.LGKsIm.rst
@@ -0,0 +1 @@
+Fixed mousewheel scrolling direction on macOS.