Skip to content
Permalink
Browse files
Update window.py
  • Loading branch information
a committed Oct 12, 2022
1 parent b635aff commit 661616a0947a09b69457ccb253b23c313801f44d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -133,6 +133,6 @@ class App(tk.Tk):
self.button.destroy()

with editable(self.text) as text:
self.text.clear()
text.clear()
if user_end_procedure:
user_end_procedure(self.parts, text)

0 comments on commit 661616a

Please sign in to comment.