forked from organicmaps/organicmaps
Link ruler fix
This commit is contained in:
parent
ddabce5e57
commit
91188a4c19
1 changed files with 1 additions and 1 deletions
|
@ -1716,7 +1716,7 @@ m2::RectD Framework::GetMapApiViewportRect() const
|
|||
if (m_ParsedMapApi.GetViewportRect(rect))
|
||||
return rect;
|
||||
|
||||
return m_scales.GetWorldRect();
|
||||
return ScalesProcessor::GetWorldRect();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue