Skip to content

Separator: Avoid flickering on fractional scaling

David Edmundson requested to merge work/d_ed/separator into master

Rectangle by default doesn't antialias when using square corners.

With fractional scaling, without antialiasing something that should cover 1.2 device pixels will either cover 1 or 2 pixels in a solid colour depending on the X position, this flickers when resizing.

Merge request reports

Loading