Skip to content

Commit

Permalink
Merge pull request #4398 from rokuz/rel64-fixed-cross-disap
Browse files Browse the repository at this point in the history
Fixed cross disappearing
  • Loading branch information
darina authored Sep 28, 2016
2 parents ae3c8fe + 6d63f12 commit ff26272
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drape_frontend/drape_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ff26272

Please sign in to comment.