Skip to content
GitLab
Menu
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
978e3523
Commit
978e3523
authored
Jul 22, 2017
by
Lorenz Meier
Browse files
Revert "Temp removal of Onboard File"
This reverts commit
6620f803
.
parent
328ce334
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindow.cc
View file @
978e3523
...
...
@@ -313,10 +313,6 @@ void MainWindow::_buildCommonWidgets(void)
// Populate widget menu
for
(
int
i
=
0
,
end
=
ARRAY_SIZE
(
rgDockWidgetNames
);
i
<
end
;
i
++
)
{
if
(
i
==
ONBOARD_FILES
)
{
// Temporarily removed until twe can fix all the problems with it
continue
;
}
const
char
*
pDockWidgetName
=
rgDockWidgetNames
[
i
];
...
...
@@ -333,11 +329,6 @@ void MainWindow::_buildCommonWidgets(void)
/// Shows or hides the specified dock widget, creating if necessary
void
MainWindow
::
_showDockWidget
(
const
QString
&
name
,
bool
show
)
{
if
(
name
==
rgDockWidgetNames
[
ONBOARD_FILES
])
{
// Temporarily disabled due to bugs
return
;
}
// Create the inner widget if we need to
if
(
!
_mapName2DockWidget
.
contains
(
name
))
{
if
(
!
_createInnerDockWidget
(
name
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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