[core] more visible my position fault sector

This commit is contained in:
ExMix 2014-06-17 11:40:10 +03:00 committed by Alex Zolotarev
parent 894249086b
commit e5afb2cc94
2 changed files with 1 additions and 8 deletions

View file

@ -104,7 +104,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_locationAreaColor = graphics::Color(0x51, 0xA3, 0xDC, 0x25);
p.m_locationAreaColor = graphics::Color(0x51, 0xA3, 0xDC, 0x46);
p.m_framework = fw;
m_locationState.reset(new location::State(p));

View file

@ -79,13 +79,6 @@ private:
my::Timer m_lastMemoryWarning;
bool m_isMemoryWarningEnabled;
/*
static bool s_isLogEnabled;
static my::LogMessageFn s_oldLogFn;
static list<string> s_log;
static size_t s_logSize;
static WindowHandle * s_windowHandle;
*/
shared_ptr<CountryStatusDisplay> m_countryStatusDisplay;
shared_ptr<CompassArrow> m_compassArrow;
shared_ptr<location::State> m_locationState;