CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Second corner has a line after changing background_corner_colors

Open SamerKharabish opened this issue 1 year ago • 5 comments

Hello, I tried to change the corner colors of my frame which worked for three of the corners. Only the second (top right) corner has a strange line which should not be there. How can i remove that line?

CustomTkinter Version: 5.2.1 Python Version: 3.10.1 OS: Windows 10

background_corner_colors

SamerKharabish avatar Feb 28 '24 13:02 SamerKharabish

try changing your background color to transparent.

AshhadDevLab avatar Mar 04 '24 09:03 AshhadDevLab

try changing your background color to transparent.

@AshhadDevLab I tried changing bg_color as well as fg_color of my frame to "transparent" but unfortunately neither made a difference.

SamerKharabish avatar Mar 05 '24 11:03 SamerKharabish

I experience the same thing with the segmented button, but only if scaling is set to 150% or higher.

MuzzyGH avatar Mar 05 '24 20:03 MuzzyGH

try tweaking the border_color if its a button.

AshhadDevLab avatar Mar 06 '24 06:03 AshhadDevLab

I experience the same thing with the segmented button, but only if scaling is set to 150% or higher.

@MuzzyGH My scaling is at 100% for all of my screens.

try tweaking the border_color if its a button.

@AshhadDevLab Although it is a frame and not a button, changing the color to pure white, red or blue didnt change the line.

SamerKharabish avatar Mar 06 '24 08:03 SamerKharabish