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
6a655743
Commit
6a655743
authored
Jul 11, 2017
by
Patrick José Pereira
Browse files
Revert "Hide wind rose until bugs are fixed"
This reverts commit
01dea201
.
parent
37df3d36
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PlanView/SurveyItemEditor.qml
View file @
6a655743
...
...
@@ -442,8 +442,7 @@ Rectangle {
id
:
windRoseButton
anchors.verticalCenter
:
angleText
.
verticalCenter
iconSource
:
qgcPal
.
globalTheme
===
QGCPalette
.
Light
?
"
/res/wind-roseBlack.svg
"
:
"
/res/wind-rose.svg
"
// Wind Rose is temporarily turned off until bugs are fixed
visible
:
false
//_vehicle.fixedWing
visible
:
_vehicle
.
fixedWing
onClicked
:
{
var
cords
=
windRoseButton
.
mapToItem
(
_root
,
0
,
0
)
...
...
@@ -544,8 +543,7 @@ Rectangle {
anchors.verticalCenter
:
manualAngleText
.
verticalCenter
Layout.columnSpan
:
1
iconSource
:
qgcPal
.
globalTheme
===
QGCPalette
.
Light
?
"
/res/wind-roseBlack.svg
"
:
"
/res/wind-rose.svg
"
// Wind Rose is temporarily turned off until bugs are fixed
visible
:
false
//_vehicle.fixedWing
visible
:
_vehicle
.
fixedWing
onClicked
:
{
var
cords
=
manualWindRoseButton
.
mapToItem
(
_root
,
0
,
0
)
...
...
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