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
ac81491c
Commit
ac81491c
authored
Dec 01, 2015
by
Don Gagne
Browse files
Merge pull request #2322 from DonLakeFlyer/RemoveModal
Don't pop modal dialog during boot sequence
parents
ab167a25
9b416051
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/AutoPilotPlugin.cc
View file @
ac81491c
...
...
@@ -63,7 +63,7 @@ void AutoPilotPlugin::_parametersReadyChanged(bool parametersReady)
if
(
parametersReady
)
{
_recalcSetupComplete
();
if
(
!
_setupComplete
)
{
QGCMessageBox
::
warning
(
"Setup"
,
"One or more vehicle components require setup prior to flight."
);
qgcApp
()
->
showToolBarMessage
(
"One or more vehicle components require setup prior to flight."
);
// Take the user to Vehicle Summary
MainWindow
::
instance
()
->
showSetupView
();
...
...
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