Skip to content

Commit

Permalink
Add delay before destroying
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Aug 21, 2023
1 parent b58a7cc commit f0f8471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ class App(customtkinter.CTk, AsyncCTk):
pass

app = App()
app.destroy()
app.after(100, app.destroy)
app.async_mainloop()

0 comments on commit f0f8471

Please sign in to comment.