diff options
author | Tal Einat <taleinat@gmail.com> | 2019-07-18 20:03:18 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-18 20:03:18 (GMT) |
commit | e0a1f8fb5c60886dbddf1a3ccb5d47576bdd43e2 (patch) | |
tree | 6c5572560cdc1c0c9941edf11f08886a4d05243b /Misc | |
parent | 323842c2792a81e87917790506ec3457832c84b3 (diff) | |
download | cpython-e0a1f8fb5c60886dbddf1a3ccb5d47576bdd43e2.zip cpython-e0a1f8fb5c60886dbddf1a3ccb5d47576bdd43e2.tar.gz cpython-e0a1f8fb5c60886dbddf1a3ccb5d47576bdd43e2.tar.bz2 |
bpo-33610: IDLE's code-context always shows current context immediately (GH-14821)
Eliminate delay of up to 100ms and accompanying visual artifact.
Fix bug of never showing context when hide and show.
Diffstat (limited to 'Misc')
-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. |