From 5c4000336b6ff684cdbdfbf7fff092da5fa20b6a Mon Sep 17 00:00:00 2001 From: Stefan Dunca Date: Fri, 26 Apr 2019 10:27:24 +0200 Subject: [PATCH] Get the zoom buttons back --- src/PlanView/PlanView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlanView/PlanView.qml b/src/PlanView/PlanView.qml index 5aa5d1609..f5a3e030e 100644 --- a/src/PlanView/PlanView.qml +++ b/src/PlanView/PlanView.qml @@ -549,7 +549,7 @@ Item { rotateImage: [ false, _planMasterController.syncInProgress, false, false, false, false, false, false ] animateImage: [ false, _planMasterController.dirty, false, false, false, false, false, false ] buttonEnabled: [ true, !_planMasterController.syncInProgress, true, true, true, true, true, true ] - buttonVisible: [ true, true, true, _waypointsOnlyMode, true, true, false, false ] + buttonVisible: [ true, true, true, _waypointsOnlyMode, true, true, _showZoom, _showZoom ] maxHeight: mapScale.y - toolStrip.y property bool _showZoom: !ScreenTools.isMobile -- 2.22.0