summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-08-25 06:18:01 (GMT)
committerGitHub <noreply@github.com>2019-08-25 06:18:01 (GMT)
commite266d062e017b122b9741db2bd5fb99742378623 (patch)
treed29cf7a57fe14ff8c6c278f1880b9d6fed1bcf24 /Python
parent21161d73d979012ec3b7247261178b3aa1555486 (diff)
downloadcpython-e266d062e017b122b9741db2bd5fb99742378623.zip
cpython-e266d062e017b122b9741db2bd5fb99742378623.tar.gz
cpython-e266d062e017b122b9741db2bd5fb99742378623.tar.bz2
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
These were caused by keeping around a reference to the Squeezer instance and calling it's load_font() upon config changes, which sometimes happened even if the shell window no longer existed. This change completely removes that mechanism, instead having the editor window properly update its width attribute, which can then be used by Squeezer. (cherry picked from commit d4b4c00b57d24f6ee2cf3a96213406bb09953df3) Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions