Commit 8ea7f6fa authored by Don Gagne's avatar Don Gagne

Remove All sets dirty bit

parent d225aa6a
......@@ -255,6 +255,7 @@ void MissionController::removeAllMissionItems(void)
_visualItems = new QmlObjectListModel(this);
_addPlannedHomePosition(_visualItems, false /* addToCenter */);
_initAllVisualItems();
_visualItems->setDirty(true);
}
}
......
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