Skip to content

HiDPI on Windows: Hairlines around corners #1

@probonopd

Description

@probonopd

This is a workaround:

            path.addRect(0, 0, radius+0.3, radius+0.3)

            path.addRect(self.width()-radius-0.3, 0, radius+0.3, radius+0.3)

The proper solution would possibly involve device_pixel_ratio = self.devicePixelRatioF()?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions