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
78507bfe
Commit
78507bfe
authored
Dec 29, 2014
by
Don Gagne
Browse files
SetupView no longer created at boot
UAS may be around at constructor time
parent
dd8b0a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/SetupView.cc
View file @
78507bfe
...
...
@@ -51,7 +51,7 @@ SetupView::SetupView(QWidget* parent) :
setResizeMode
(
SizeRootObjectToView
);
_setActiveUAS
(
NULL
);
_setActiveUAS
(
UASManager
::
instance
()
->
getActiveUAS
()
);
}
SetupView
::~
SetupView
()
...
...
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