mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
further work on dynamic config changes;
editor font
This commit is contained in:
parent
314bae50b9
commit
b1585417d1
2 changed files with 16 additions and 2 deletions
|
@ -939,7 +939,6 @@ class ConfigDialog(Toplevel):
|
|||
type='bool',default=1))
|
||||
##currently set theme
|
||||
currentOption=idleConf.CurrentTheme()
|
||||
print 'current option',currentOption
|
||||
##load available theme option menus
|
||||
if self.themeIsBuiltin.get(): #default theme selected
|
||||
itemList=idleConf.GetSectionList('default','highlight')
|
||||
|
@ -1096,6 +1095,7 @@ class ConfigDialog(Toplevel):
|
|||
winInstances=self.parent.instanceDict.keys()
|
||||
for instance in winInstances:
|
||||
instance.ResetColorizer()
|
||||
instance.ResetFont()
|
||||
|
||||
def Cancel(self):
|
||||
self.destroy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue