TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.84k stars 1.02k forks source link

Second corner has a line after changing background_corner_colors #2288

Open SamerKharabish opened 4 months ago

SamerKharabish commented 4 months ago

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

AshhadDevLab commented 4 months ago

try changing your background color to transparent.

SamerKharabish commented 4 months ago

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.

MuzzyGH commented 4 months ago

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

AshhadDevLab commented 4 months ago

try tweaking the border_color if its a button.

SamerKharabish commented 4 months ago

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.