diff options
author | Tal Einat <taleinat+github@gmail.com> | 2018-09-23 12:23:15 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-09-23 12:23:15 (GMT) |
commit | c87d9f406bb23657c1b4cd63017bb7bd7693a1fb (patch) | |
tree | a3b33e139c0595261c4cef3f0b967119fdc968ed /Misc | |
parent | 24b447edf204a674f9e164ea6d553562c21de1a4 (diff) | |
download | cpython-c87d9f406bb23657c1b4cd63017bb7bd7693a1fb.zip cpython-c87d9f406bb23657c1b4cd63017bb7bd7693a1fb.tar.gz cpython-c87d9f406bb23657c1b4cd63017bb7bd7693a1fb.tar.bz2 |
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
https://bugs.python.org/issue34548
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-09-22-20-25-07.bpo-34548.7pBzjg.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-09-22-20-25-07.bpo-34548.7pBzjg.rst b/Misc/NEWS.d/next/IDLE/2018-09-22-20-25-07.bpo-34548.7pBzjg.rst new file mode 100644 index 0000000..237c0c7 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-09-22-20-25-07.bpo-34548.7pBzjg.rst @@ -0,0 +1 @@ +Use configured color theme for read-only text views. |