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
72ba6b07
Commit
72ba6b07
authored
Aug 24, 2018
by
Gus Grubba
Browse files
Fix Windows build.
I have no idea how this was building elsewhere at all.
parent
ecc2b56f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/QGCGeoBoundingCube.cc
View file @
72ba6b07
...
...
@@ -22,7 +22,7 @@ bool
QGCGeoBoundingCube
::
isValid
()
const
{
return
pointNW
.
isValid
()
&&
pointSE
.
isValid
()
&&
pointNW
.
latitude
()
!=
MaxSouth
&&
pointSE
.
latitude
()
!=
MaxNorth
&&
\
pointNW
.
longitude
()
!=
MaxEast
&&
pointSE
.
longitude
()
!=
MaxWest
&&
pointNW
.
altitude
()
<
MaxAlt
and
pointSE
.
altitude
()
>
MinAlt
;
pointNW
.
longitude
()
!=
MaxEast
&&
pointSE
.
longitude
()
!=
MaxWest
&&
pointNW
.
altitude
()
<
MaxAlt
&&
pointSE
.
altitude
()
>
MinAlt
;
}
//-----------------------------------------------------------------------------
...
...
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