QML UI: disable the MouseArea
Visible doesn't even make sense... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
20dae442ad
commit
7a6f87405a
@ -48,7 +48,7 @@ Item {
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
visible: dive.gps_decimal !== ""
|
||||
enabled: dive.gps_decimal !== ""
|
||||
onClicked: {
|
||||
if (dive.gps_decimal !== "")
|
||||
showMap(dive.gps_decimal)
|
||||
@ -78,7 +78,7 @@ Item {
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
visible: dive.gps_decimal !== ""
|
||||
enabled: dive.gps_decimal !== ""
|
||||
onClicked: {
|
||||
if (dive.gps_decimal !== "")
|
||||
showMap(dive.gps_decimal)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user