aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNedim Hadzic <nedim.hadzic@pelagicore.com>2017-07-07 16:38:01 +0200
committerNedim Hadzic <nedim.hadzic@pelagicore.com>2017-07-10 08:06:21 +0000
commitdc750d95b42d18ba3f784d5733b9236ea5b141ab (patch)
treed2a1d9f9572e88d29d8504a9df39e7ce5623f8e9
parentaed2457e20be5e3fccd75b8c9577c3368fb5c076 (diff)
Fix reference to non-existing label
It was not possible to obtain map surface due to a reference to label which does not exits. Change-Id: I7e5b7765e55a68dadada54144c6f6f074ce8a82a Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r--sysui/widgets/MapWidget.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysui/widgets/MapWidget.qml b/sysui/widgets/MapWidget.qml
index 7d299c3..c78087a 100644
--- a/sysui/widgets/MapWidget.qml
+++ b/sysui/widgets/MapWidget.qml
@@ -55,7 +55,6 @@ UIPanel {
Connections {
target: ApplicationManagerModel
onMapWidgetChanged: {
- loadingLabel.visible = false
ApplicationManagerModel.mapWidget.width = Qt.binding(function () { return loader.width})
ApplicationManagerModel.mapWidget.height = loader.height
loader.children = ApplicationManagerModel.mapWidget