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
d4de1985
Commit
d4de1985
authored
Jul 30, 2014
by
Bryant Mairs
Browse files
Fix for uninitialized value error in opmapcontrol.
Found by valgrind.
parent
1dcc9a20
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/opmapcontrol/src/internals/core.cpp
View file @
d4de1985
...
...
@@ -45,6 +45,7 @@ namespace internals {
projection
(
NULL
),
isDragging
(
false
),
TooltipTextPadding
(
10
,
10
),
mapType
(
MapType
::
GoogleMap
),
loaderLimit
(
5
),
maxzoom
(
21
),
runningThreads
(
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