Commit c887002e authored by Don Gagne's avatar Don Gagne

Fix switch bug

parent a8ada715
......@@ -851,7 +851,7 @@ QGCView {
]
onClicked: {
switch (index == 0) {
switch (index) {
case 0:
_addWaypointOnClick = checked
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