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
f19ff053
Commit
f19ff053
authored
Apr 08, 2017
by
Don Gagne
Browse files
NaN was reversed
parent
97cd1474
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PlanView/SimpleItemEditor.qml
View file @
f19ff053
...
...
@@ -119,8 +119,8 @@ Rectangle {
text
:
object
.
name
Layout.column
:
0
Layout.row
:
index
checked
:
isNaN
(
object
.
rawValue
)
onClicked
:
object
.
rawValue
=
checked
?
NaN
:
0
checked
:
!
isNaN
(
object
.
rawValue
)
onClicked
:
object
.
rawValue
=
checked
?
0
:
NaN
}
}
...
...
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