mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Added missing kilometer markers color change
This commit is contained in:
parent
ce5a3be7ca
commit
5c86fc4103
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user