diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-07-18 20:47:26 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-18 20:47:26 (GMT) |
commit | 86eb5daaf31860da479e034d69e9a6d4f47a8eb6 (patch) | |
tree | 2807f5272e1d4fcca43c25700d875590d56fdde6 /Misc/NEWS.d/next/IDLE | |
parent | 652b667b13fc6176a565538b35ec11174cc9dacf (diff) | |
download | cpython-86eb5daaf31860da479e034d69e9a6d4f47a8eb6.zip cpython-86eb5daaf31860da479e034d69e9a6d4f47a8eb6.tar.gz cpython-86eb5daaf31860da479e034d69e9a6d4f47a8eb6.tar.bz2 |
bpo-33610: IDLE's code-context always shows current context immediately (GH-14821) (#14846)
Eliminate delay of up to 100ms and accompanying visual artifact.
Fix bug of never showing context when hide and show.
(cherry picked from commit e0a1f8fb5c60886dbddf1a3ccb5d47576bdd43e2)
Co-authored-by: Tal Einat <taleinat@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-07-18-10-11-36.bpo-33610.xYqMLg.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-07-18-10-11-36.bpo-33610.xYqMLg.rst b/Misc/NEWS.d/next/IDLE/2019-07-18-10-11-36.bpo-33610.xYqMLg.rst new file mode 100644 index 0000000..6775b04 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-07-18-10-11-36.bpo-33610.xYqMLg.rst @@ -0,0 +1 @@ +Fix code context not showing the correct context when first toggled on. |