old-commit-hash: 576459ca4595e5baaf7db23a8873a9fb0bddd272
This commit is contained in:
Willem Melching
2021-09-06 16:53:09 -07:00
committed by GitHub
parent 9257bcf0a5
commit 9373ea74be
+4 -5
View File
@@ -116,6 +116,10 @@ void MapWindow::initLayers() {
}
void MapWindow::timerUpdate() {
if (!QUIState::ui_state.scene.started) {
return;
}
if (isVisible()) {
update();
}
@@ -263,11 +267,6 @@ void MapWindow::recomputeRoute() {
return;
}
// Retry all timed out requests
if (!m_map.isNull()) {
m_map->connectionEstablished();
}
if (!last_position) {
return;
}