Commit c887002e authored by Don Gagne's avatar Don Gagne

Fix switch bug

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