Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-01-30 19:34:26 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:54 +0300
commite9ca46f03f74ba11b06bd6290e8e25dbeb1f0568 (patch)
treed6d320c27d6c084e49f6831b45a563a33b46e507 /map/route_track.cpp
parent5b4f319352a24884c9ffa819ee3cf3df8c91ec3b (diff)
Changing the navigation route colors and the arrows on it
Diffstat (limited to 'map/route_track.cpp')
-rw-r--r--map/route_track.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/route_track.cpp b/map/route_track.cpp
index 064866e8a6..bd9468de9a 100644
--- a/map/route_track.cpp
+++ b/map/route_track.cpp
@@ -141,7 +141,7 @@ void RouteTrack::CreateDisplayListArrows(graphics::Screen * dlScreen, MatrixT co
double const arrowWidth = 10. * visualScale;
double const arrowLength = 19. * visualScale;
double const arrowBodyWidth = 8. * visualScale;
- graphics::Color const arrowColor(graphics::Color(0, 0, 128, 255));
+ graphics::Color const arrowColor(graphics::Color(40, 70, 160, 255));
double const arrowDepth = graphics::arrowDepth;
pair<m2::PointD, m2::PointD> arrowDirection;