forked from organicmaps/organicmaps
Merge pull request #4393 from rokuz/fixed-cross-disapper
Fixed cross disappearing
This commit is contained in:
commit
f2384db29f
1 changed files with 7 additions and 0 deletions
|
@ -95,7 +95,14 @@ DrapeEngine::~DrapeEngine()
|
|||
|
||||
void DrapeEngine::Update(int w, int h)
|
||||
{
|
||||
if (m_choosePositionMode)
|
||||
{
|
||||
m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread,
|
||||
make_unique_dp<ShowChoosePositionMarkMessage>(),
|
||||
MessagePriority::High);
|
||||
}
|
||||
RecacheGui(false);
|
||||
|
||||
RecacheMapShapes();
|
||||
|
||||
m_threadCommutator->PostMessage(ThreadsCommutator::RenderThread,
|
||||
|
|
Loading…
Add table
Reference in a new issue