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
bc6d274e
Commit
bc6d274e
authored
May 24, 2015
by
Lorenz Meier
Browse files
Merge pull request #1599 from DonLakeFlyer/AnalyzeView
Analyze View: Default to param editor and ftp widgets
parents
ea6f3bea
d042d510
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindow.cc
View file @
bc6d274e
...
@@ -952,7 +952,7 @@ void MainWindow::_loadCurrentViewState(void)
...
@@ -952,7 +952,7 @@ void MainWindow::_loadCurrentViewState(void)
case
VIEW_ANALYZE
:
case
VIEW_ANALYZE
:
_buildAnalyzeView
();
_buildAnalyzeView
();
centerView
=
_analyzeView
;
centerView
=
_analyzeView
;
defaultWidgets
=
"
MAVLINK_INSPECTOR_DOCKWIDGET,
PARAMETER_INTERFACE_DOCKWIDGET,FILE_VIEW_DOCKWIDGET
,HEAD_UP_DISPLAY_DOCKWIDGET
"
;
defaultWidgets
=
"PARAMETER_INTERFACE_DOCKWIDGET,FILE_VIEW_DOCKWIDGET"
;
break
;
break
;
case
VIEW_FLIGHT
:
case
VIEW_FLIGHT
:
...
...
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