1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Display the coordinates always in black like the scale

This commit is contained in:
Martin Tůma 2019-02-17 22:18:16 +01:00
parent 2e036279bb
commit 7f7d7a916a

View File

@ -25,6 +25,7 @@ void CoordinatesItem::paint(QPainter *painter,
QFontMetrics fm(_font);
painter->setFont(_font);
painter->setPen(QPen(Qt::black));
painter->drawText(0, -fm.descent(), Format::coordinates(_c, _format));
/*