Unverified Commit d6685452 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7846 from stefandunca/pr-fix_centos_crash

Fix uninitialized variable that might cause an undefined behavior
parents b9f55000 791314cb
......@@ -64,7 +64,7 @@ signals:
void lightColorsChanged(bool lightColors);
private:
bool _lightColors;
bool _lightColors = false;
static const int _cColorGroups = 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment