Commit 37837065 authored by Donald Gagne's avatar Donald Gagne

Fix zoom buttons

parent f270c1bc
......@@ -248,10 +248,10 @@ FlightMap {
onClicked: {
switch (index) {
case 2:
case 1:
_flightMap.zoomLevel += 0.5
break
case 3:
case 2:
_flightMap.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