-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Copy paste bug in BaseStyle.cpp #4765
Copy link
Copy link
Closed
Labels
Description
Probably second occurrence of colors[S_text] should be removed
keepassxc/src/gui/styles/base/BaseStyle.cpp
Lines 398 to 400 in 26ea274
| colors[S_text] = pal.color(QPalette::Text); | |
| colors[S_text] = pal.color(QPalette::WindowText); | |
| colors[S_windowText] = pal.color(QPalette::WindowText); |
Reactions are currently unavailable