mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
further work on dynamic reconfiguration;
keybindings
This commit is contained in:
parent
b845f3b4dd
commit
dbfe92cd27
2 changed files with 34 additions and 0 deletions
|
@ -1096,6 +1096,7 @@ class ConfigDialog(Toplevel):
|
|||
for instance in winInstances:
|
||||
instance.ResetColorizer()
|
||||
instance.ResetFont()
|
||||
instance.ResetKeybindings()
|
||||
|
||||
def Cancel(self):
|
||||
self.destroy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue