forked from organicmaps/organicmaps
Revert "fixed bug with location::State eating clicks on direction arrow even if it's not clickable."
This reverts commit 860421ec575ba8e442ddbfdad5b2e0c5eb6f7f20.
This commit is contained in:
parent
8f75a40346
commit
4d2d784943
1 changed files with 0 additions and 2 deletions
|
@ -402,8 +402,6 @@ namespace location
|
|||
|
||||
bool State::hitTest(m2::PointD const & pt) const
|
||||
{
|
||||
if (!m_framework->GetNavigator().DoSupportRotation())
|
||||
return false;
|
||||
double radius = m_arrowHeight * m_controller->GetVisualScale();
|
||||
return m_hasCompass && (pt.SquareLength(pivot()) <= my::sq(radius));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue