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
bd0c1264
Commit
bd0c1264
authored
Mar 24, 2017
by
Donald Gagne
Browse files
Hide plan toolbar when switching views
parent
1723a2d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindowInner.qml
View file @
bd0c1264
...
@@ -53,6 +53,7 @@ Item {
...
@@ -53,6 +53,7 @@ Item {
for
(
var
i
=
0
;
i
<
_viewList
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
_viewList
.
length
;
i
++
)
{
_viewList
[
i
].
visible
=
false
_viewList
[
i
].
visible
=
false
}
}
planToolBar
.
visible
=
false
}
}
function
showSettingsView
()
{
function
showSettingsView
()
{
...
...
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