forked from organicmaps/organicmaps
Added turning off location following in choose-position mode
This commit is contained in:
parent
394923caee
commit
1caa286b1f
1 changed files with 1 additions and 0 deletions
|
@ -440,6 +440,7 @@ void DrapeEngine::EnableChoosePositionMode(bool enable)
|
|||
m_choosePositionMode = enable;
|
||||
if (enable)
|
||||
{
|
||||
StopLocationFollow();
|
||||
m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread,
|
||||
make_unique_dp<ShowChoosePositionMarkMessage>(),
|
||||
MessagePriority::High);
|
||||
|
|
Loading…
Add table
Reference in a new issue