Kaydet (Commit) 30c328f6 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.4

......@@ -395,7 +395,7 @@ class IdleConf:
theme = self.GetOption('main', 'Theme', 'name', default='')
source = self.defaultCfg if default else self.userCfg
if source['highlight'].has_section(theme):
return theme
return theme
else:
return "IDLE Classic"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment