mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Whitespace cleanup
This commit is contained in:
@@ -161,12 +161,12 @@ GcLabel::paintEvent(QPaintEvent *)
|
||||
|
||||
painter.setPen(Qt::gray);
|
||||
painter.drawRect(QRect(0,0,width()-1,height()-1));
|
||||
}
|
||||
}
|
||||
|
||||
if (selected) {
|
||||
QRect all(0,0,width(),height());
|
||||
painter.fillRect(all, GColor(CCALCURRENT));
|
||||
}
|
||||
}
|
||||
|
||||
if (xoff || yoff) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user