Commit 9bcc85a0 authored by Ahmet Fehmi OZCAN's avatar Ahmet Fehmi OZCAN

Zoom buttons fixed on planning screen.

parent 341afe7c
...@@ -568,10 +568,10 @@ QGCView { ...@@ -568,10 +568,10 @@ QGCView {
addComplexItem(missionController.complexMissionItemNames[0]) addComplexItem(missionController.complexMissionItemNames[0])
} }
break break
case 5: case 4:
editorMap.zoomLevel += 0.5 editorMap.zoomLevel += 0.5
break break
case 6: case 5:
editorMap.zoomLevel -= 0.5 editorMap.zoomLevel -= 0.5
break break
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment