mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +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;
|
return;
|
||||||
|
|
||||||
_pen.setColor(color);
|
_pen.setColor(color);
|
||||||
|
|
||||||
|
for (int i = 0; i < _ticks.size(); i++)
|
||||||
|
_ticks[i]->setColor(color);
|
||||||
|
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user