Could someone please tell me why this code will not close my app when the [X] at top right corner is clicked?
def shutdown():
track.stop()
app.destroy()
app.protocol("WM_DELETE_WINDOW", shutdown)
If you want to see the whole code it's on an earlier post called "Tkinter Scale".
Thanks.