bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Cheryl Sabella 2020-01-25 04:00:54 -05:00 committed by Terry Jan Reedy
parent 9017e0bd5e
commit d0d9fa8c5e
4 changed files with 19 additions and 8 deletions

View file

@ -191,6 +191,7 @@ class ConfigDialog(Toplevel):
Methods:
destroy: inherited
"""
changes.clear()
self.destroy()
def destroy(self):