mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (#119175)
------ Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
172690227e
commit
538ed5e481
5 changed files with 26 additions and 11 deletions
|
@ -158,8 +158,9 @@ class IdleConf:
|
|||
self.defaultCfg = {}
|
||||
self.userCfg = {}
|
||||
self.cfg = {} # TODO use to select userCfg vs defaultCfg
|
||||
|
||||
# See https://bugs.python.org/issue4630#msg356516 for following.
|
||||
# self.blink_off_time = <first editor text>['insertofftime']
|
||||
# See https://bugs.python.org/issue4630#msg356516.
|
||||
|
||||
if not _utest:
|
||||
self.CreateConfigHandlers()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue