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:
parent
2e036279bb
commit
7f7d7a916a
@ -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));
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user