forked from organicmaps/organicmaps
Take in account current animations, when storing start rect of selection.
This commit is contained in:
parent
1146b02204
commit
3cf64d0fae
1 changed files with 2 additions and 1 deletions
|
@ -1263,7 +1263,8 @@ void FrontendRenderer::ProcessSelection(ref_ptr<SelectObjectMessage> msg)
|
|||
else
|
||||
{
|
||||
double offsetZ = 0.0;
|
||||
auto const & modelView = m_userEventStream.GetCurrentScreen();
|
||||
ScreenBase modelView;
|
||||
m_userEventStream.GetTargetScreen(modelView);
|
||||
if (modelView.isPerspective())
|
||||
{
|
||||
dp::TOverlayContainer selectResult;
|
||||
|
|
Loading…
Add table
Reference in a new issue