Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
7a6a9884
Commit
7a6a9884
authored
Apr 12, 2016
by
Don Gagne
Browse files
Merge pull request #3201 from DonLakeFlyer/RemoveAllDirty
Plan: Remove All sets dirty bit
parents
0d0bc748
8ea7f6fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/MissionController.cc
View file @
7a6a9884
...
...
@@ -255,6 +255,7 @@ void MissionController::removeAllMissionItems(void)
_visualItems
=
new
QmlObjectListModel
(
this
);
_addPlannedHomePosition
(
_visualItems
,
false
/* addToCenter */
);
_initAllVisualItems
();
_visualItems
->
setDirty
(
true
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment