mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
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:
parent
9017e0bd5e
commit
d0d9fa8c5e
4 changed files with 19 additions and 8 deletions
|
|
@ -191,6 +191,7 @@ class ConfigDialog(Toplevel):
|
|||
Methods:
|
||||
destroy: inherited
|
||||
"""
|
||||
changes.clear()
|
||||
self.destroy()
|
||||
|
||||
def destroy(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue