further work on dynamic config changes;

editor font
This commit is contained in:
Steven M. Gava 2002-03-12 00:21:56 +00:00
parent 314bae50b9
commit b1585417d1
2 changed files with 16 additions and 2 deletions

View file

@ -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()