-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 Bugs - Font bug and Custom String Var bug #31
Comments
The following solution worked for me. @Akascape, please check. -> Fix for bug 1: Add
In
Add the following if statement in
-> Fix for bug 2: Add
In
Add the following if statement in
Example:
|
Hi @Akascape,
Here is a short example using
CTkScrollableDropdown
bug 1: Even though we are able to define custom font through
**button_kwargs
, while performing search operation, the font of the buttons revokes to default font.bug 2: Generally, we can define custom string var for
CTkComboBox
andCTkOptionMenu
but theCTkScrollableDropdown
is kind of overwriting it with thevalues[0]
.The text was updated successfully, but these errors were encountered: