Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-10-03 22:52:11 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:21 +0300
commit04bd479bd66a95883ac906b1f745d19bde567b8d (patch)
tree88818b31acd080219a52bad74f82bd136b7bf23f /qt/mainwindow.cpp
parent75b67819baa9c666ca0657c76a7cc1d35dad4d69 (diff)
[core, android] button "go" and core support for it
Diffstat (limited to 'qt/mainwindow.cpp')
-rw-r--r--qt/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/mainwindow.cpp b/qt/mainwindow.cpp
index 48c8859570..9ced53f567 100644
--- a/qt/mainwindow.cpp
+++ b/qt/mainwindow.cpp
@@ -126,6 +126,7 @@ MainWindow::MainWindow() : m_locationService(CreateDesktopLocationService(*this)
#endif // NO_DOWNLOADER
m_pDrawWidget->UpdateAfterSettingsChanged();
+ locState->InvalidatePosition();
}
#if defined(Q_WS_WIN)