Skip to content

Bad background color with high contrast #68

Description

@aubymori

The background color is incorrect with high contrast enabled:

Image

I believe to fix this you need to remove these lines and possibly explicitly make those frames use GetSysColor(COLOR_3DFACE) as their background:

SetBackgroundColour(wxColour(240, 240, 240));

SetBackgroundColour(wxColour(237, 237, 237));

I don't feel like setting up a build environment to fix it myself, though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions