You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a weird bug with the CTkHyperlink when using a font variable for the font argument. It underlines every other widgets (unrelated to the hyperlink) that also use that same font variable when I hover over the hyperlink.
Normal when not hover over hyperlink:
All the yellow circled widgets turn underline when I hover over the hyperlink:
Hello,
There seems to be a weird bug with the CTkHyperlink when using a font variable for the font argument. It underlines every other widgets (unrelated to the hyperlink) that also use that same font variable when I hover over the hyperlink.
Normal when not hover over hyperlink:
All the yellow circled widgets turn underline when I hover over the hyperlink:
Sample code:
If I use this as the font argument, then there is no underline bug:
font=ctk.CTkFont('Segoe UI', size=16, weight='bold')
The text was updated successfully, but these errors were encountered: