Akascape / CTkScrollableDropdown

Easily add a new scrollable dropdown menu in customtkinter widgets (extension/add-on)
MIT License
102 stars 10 forks source link

Too many CtkTopLevel #51

Open MrFraimer opened 1 week ago

MrFraimer commented 1 week ago

I am using the plugin on my GNU/Linux Debian, The problem is that it opens 2 CtkTopLevel every time I go to that same window where the plugin is included.

I've done too many tests and still give me many Windows of CTkTopLevel. It only lasts a few seconds, but I'm on a serious project and need it fixed. Thanks.

HenestrosaDev commented 3 days ago

This happens on macOS as well.

MrFraimer commented 2 days ago

This happens on macOS as well.

Unfortunately on Linux too, so the problem is in the library

Akascape commented 2 days ago

@HenestrosaDev @MrFraimer Why not use the CTkScrollableDropdown frame widget instead?

MrFraimer commented 1 day ago

@HenestrosaDev @MrFraimer Why not use the CTkScrollableDropdown frame widget instead?

Thanks a lot, error fixed :)