mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Added missing kilometer markers color change
This commit is contained in:
@ -141,6 +141,10 @@ void PathItem::setColor(const QColor &color)
|
||||
return;
|
||||
|
||||
_pen.setColor(color);
|
||||
|
||||
for (int i = 0; i < _ticks.size(); i++)
|
||||
_ticks[i]->setColor(color);
|
||||
|
||||
update();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user