diff --git a/map/framework.cpp b/map/framework.cpp index 2b8fb44e07..71d6acb517 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -1012,7 +1012,7 @@ void Framework::StopDrag(DragEvent const & e) { // reset GPS centering mode if we have dragged far from current location ScreenBase const & s = m_navigator.Screen(); - if (GetPixelCenter().Length(s.GtoP(locationState->Position())) >= s.GetMinPixelRectSize() / 2.0) + if (GetPixelCenter().Length(s.GtoP(locationState->Position())) >= s.GetMinPixelRectSize() / 5.0) locationState->SetLocationProcessMode(location::ELocationDoNothing); else {