Commit 00b20454 authored by Julian Oes's avatar Julian Oes

WaypointManager: correctly clear WP list

parent 3bed19df
......@@ -905,7 +905,7 @@ void UASWaypointManager::writeWaypoints()
sendWaypointCount();
} else if (waypointsEditable.count() == 0)
{
sendWaypointClearAll();
clearWaypointList();
}
}
else
......
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