Commit 5bd3722e authored by Julian Oes's avatar Julian Oes

WaypointList: Correct copy paste mistake

parent 00b20454
......@@ -283,9 +283,9 @@ void WaypointList::addEditable(bool onCurrentPosition)
wp->setZ(last->getZ());
}
wp->setParam1(last->getParam1());
wp->setParam1(last->getParam2());
wp->setParam1(last->getParam3());
wp->setParam1(last->getParam4());
wp->setParam2(last->getParam2());
wp->setParam3(last->getParam3());
wp->setParam4(last->getParam4());
wp->setAutocontinue(last->getAutoContinue());
// wp->blockSignals(false);
wp->setAction(last->getAction());
......
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