Kaydet (Commit) 6b4d8ba0 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Terry Jan Reedy

[3.6] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (GH-3634) (#3636)

This reverses a never-released regression resulting from bpo-31287.
(cherry picked from commit 0efc7c67)
üst 4f6bae96
......@@ -1237,7 +1237,7 @@ class HighPage(Frame):
def askyesno(self, *args, **kwargs):
# Make testing easier. Could change implementation.
messagebox.askyesno(*args, **kwargs)
return messagebox.askyesno(*args, **kwargs)
def delete_custom(self):
"""Handle event to delete custom theme.
......@@ -1683,7 +1683,7 @@ class KeysPage(Frame):
def askyesno(self, *args, **kwargs):
# Make testing easier. Could change implementation.
messagebox.askyesno(*args, **kwargs)
return messagebox.askyesno(*args, **kwargs)
def delete_custom_keys(self):
"""Handle event to delete a custom key set.
......
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