j4321 / tkcalendar

Calendar widget for Tkinter
https://pypi.python.org/pypi/tkcalendar
GNU General Public License v3.0
97 stars 33 forks source link

DateEntry dropdown creates new TopLevel/Tk instance #70

Open jimenezj8 opened 3 years ago

jimenezj8 commented 3 years ago

Prior to switching Python/Tk/Tcl versions, I had no issues with the dropdown working properly. Now, on Python 3.9.0 and Tk/Tcl 8.6, whenever I use the calendar dropdown in my GUI, I notice that an extra blank window opens outside of the main window. It doesn't have the normal structure, it is only a blank space, with no window buttons or text or color.

teauxfu commented 3 years ago

I am unable to reproduce this