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
d6685452
Unverified
Commit
d6685452
authored
Oct 05, 2019
by
Don Gagne
Committed by
GitHub
Oct 05, 2019
Browse files
Merge pull request #7846 from stefandunca/pr-fix_centos_crash
Fix uninitialized variable that might cause an undefined behavior
parents
b9f55000
791314cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QGCMapPalette.h
View file @
d6685452
...
...
@@ -64,7 +64,7 @@ signals:
void
lightColorsChanged
(
bool
lightColors
);
private:
bool
_lightColors
;
bool
_lightColors
=
false
;
static
const
int
_cColorGroups
=
2
;
...
...
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