mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Fix calendar colors
.. broke in last commit
This commit is contained in:
@@ -202,7 +202,7 @@ GcLabel::paintEvent(QPaintEvent *)
|
||||
if (filtered && !selected && !underMouse()) painter.setPen(GColor(CCALCURRENT));
|
||||
else {
|
||||
|
||||
if (GCColor::isFlat()) {
|
||||
if (isChrome && GCColor::isFlat()) {
|
||||
|
||||
if (GCColor::luminance(GColor(CCHROME)) < 127)
|
||||
painter.setPen(QColor(Qt::white));
|
||||
|
||||
Reference in New Issue
Block a user