mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix typo in MeterWidget
It makes slope text to disappear in the second half of the ride
This commit is contained in:
@@ -464,7 +464,7 @@ void ElevationMeterWidget::paintEvent(QPaintEvent* paintevent)
|
||||
if (cyclistX < m_Width * 0.5)
|
||||
gradientDrawX += 5.;
|
||||
else
|
||||
gradientDrawX =- 45.;
|
||||
gradientDrawX -= 45.;
|
||||
|
||||
painter.drawText(gradientDrawX, gradientDrawY, gradientString);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user