Hi,
On Thu, 1 Apr 2021 07:54:40 +
Vasilis Vlachoudis wrote:
> Thank you Michael,
>
> >> grab_release() on a widget that has already been destroyed or, in
> >> the/
>
> this is also my understanding, however the places that happens are on
> Dialog code(s) like
>
(...)
>
> My impression is tha
Thank you Michael,
>> grab_release() on a widget that has already been destroyed or, in the/
this is also my understanding, however the places that happens are on
Dialog code(s) like
import tkinter as tk
class Dialog(tk.Toplevel):
width = -1
height = -1
# ---