Skip to content

Copy paste bug in BaseStyle.cpp #4765

@qarmin

Description

@qarmin

Probably second occurrence of colors[S_text] should be removed

colors[S_text] = pal.color(QPalette::Text);
colors[S_text] = pal.color(QPalette::WindowText);
colors[S_windowText] = pal.color(QPalette::WindowText);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions