QML UI: fix map display regression
In commit 6540e95425eb ("dive details navigation") the change to access the gps
variable was only partially implemented.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f84e823879
commit
eef5bf75c3
@ -47,8 +47,8 @@ Item {
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
if (gps !== "")
|
||||
manager.showMap(gps)
|
||||
if (dive.gps !== "")
|
||||
manager.showMap(dive.gps)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user