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
cbcd0ffb
Commit
cbcd0ffb
authored
Oct 26, 2018
by
Gus Grubba
Browse files
Don't access value if property doesn't exist.
parent
ea55acec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/preferences/GeneralSettings.qml
View file @
cbcd0ffb
...
...
@@ -504,7 +504,7 @@ QGCView {
Item
{
width
:
rtkGrid
.
firstColWidth
;
height
:
1
}
QGCButton
{
text
:
qsTr
(
"
Save Current Base Position
"
)
enabled
:
QGroundControl
.
gpsRtk
.
valid
.
value
enabled
:
QGroundControl
.
gpsRtk
&&
QGroundControl
.
gpsRtk
.
valid
.
value
Layout.columnSpan
:
2
onClicked
:
{
...
...
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