From 324e207d75b5064bce0e0084e88eadbab6cfc0e3 Mon Sep 17 00:00:00 2001 From: ExMix Date: Wed, 26 Feb 2014 18:20:53 +0300 Subject: [PATCH] new color for error sector --- map/information_display.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/map/information_display.cpp b/map/information_display.cpp index 8238ecc794..950aa98246 100644 --- a/map/information_display.cpp +++ b/map/information_display.cpp @@ -102,9 +102,7 @@ void InformationDisplay::InitLocationState(Framework * fw) p.m_position = graphics::EPosCenter; p.m_depth = graphics::locationDepth; p.m_pivot = m2::PointD(0, 0); - p.m_compassAreaColor = graphics::Color(255, 255, 255, 192); - p.m_compassBorderColor = graphics::Color(255, 255, 255, 96); - p.m_locationAreaColor = graphics::Color(11, 97, 210, 48); + p.m_locationAreaColor = graphics::Color(0x51, 0xA3, 0xDC, 0x25); p.m_framework = fw; m_locationState.reset(new location::State(p));