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')