scrollableDropdown_font_familyからマウスカーソルが離れると非表示になるようにMethodを追加

This commit is contained in:
misygauziya
2023-07-14 18:26:53 +09:00
parent c7cc2ff551
commit bb1a37f282
2 changed files with 7 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ class CTkScrollableDropdown(customtkinter.CTkToplevel):
def _init_buttons(self, **button_kwargs):
self.i = 0
self.widgets = {}
for row in self.values:
for row in self.values:
self.widgets[self.i] = customtkinter.CTkButton(self.frame,
text=row,
height=self.button_height,