Commit e2f3457b authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #4976 from feemi/zoom-fix

Zoom buttons fixed on planning screen. 
parents 341afe7c 9bcc85a0
......@@ -568,10 +568,10 @@ QGCView {
addComplexItem(missionController.complexMissionItemNames[0])
}
break
case 5:
case 4:
editorMap.zoomLevel += 0.5
break
case 6:
case 5:
editorMap.zoomLevel -= 0.5
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