Browse Source

Get the zoom buttons back

QGC4.4
Stefan Dunca 6 years ago committed by Gus Grubba
parent
commit
5c4000336b
  1. 2
      src/PlanView/PlanView.qml

2
src/PlanView/PlanView.qml

@ -549,7 +549,7 @@ Item { @@ -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

Loading…
Cancel
Save