From 101f2361236bf46e5af38fa7d60771fae2c034e8 Mon Sep 17 00:00:00 2001 From: misygauziya Date: Sat, 15 Jul 2023 16:45:09 +0900 Subject: [PATCH] =?UTF-8?q?[bugfix]=E8=B5=B7=E5=8B=95=E6=99=82=E3=81=AB?= =?UTF-8?q?=E7=9E=AC=E9=96=93=E7=9A=84=E3=81=AB=E9=96=8B=E3=81=84=E3=81=A6?= =?UTF-8?q?=E9=96=89=E3=81=98=E3=81=A6=E3=81=8C=E8=A1=8C=E3=82=8F=E3=82=8C?= =?UTF-8?q?=E3=81=A6=E3=83=95=E3=82=A9=E3=83=BC=E3=82=AB=E3=82=B9=E3=81=8C?= =?UTF-8?q?=E3=83=81=E3=82=AB=E3=83=81=E3=82=AB=E3=81=99=E3=82=8B=E3=83=90?= =?UTF-8?q?=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ctk_scrollable_dropdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctk_scrollable_dropdown.py b/ctk_scrollable_dropdown.py index 091e92e3..81b98205 100644 --- a/ctk_scrollable_dropdown.py +++ b/ctk_scrollable_dropdown.py @@ -125,7 +125,7 @@ class CTkScrollableDropdown(customtkinter.CTkToplevel): if self.autocomplete: self.bind_autocomplete() - self.deiconify() + # self.deiconify() self.withdraw() self.attributes("-alpha", self.alpha)