Commit f7c19df4 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #4510 from dogmaphobic/warningPalette

Fix wrong QColor argument encoding.
parents b59038bb becb0a6f
......@@ -42,7 +42,7 @@ QColor QGCPalette::_text[QGCPalette::_cThemes][QGCPalette::_cColorGroups] = {
QColor QGCPalette::_warningText[QGCPalette::_cThemes][QGCPalette::_cColorGroups] = {
{ QColor("#cc0808"), QColor("#cc0808") },
{ QColor("0xed, 0xd4, 0x69"), QColor("0xed, 0xd4, 0x69") }
{ QColor("#fd5d13"), QColor("#fd5d13") }
};
QColor QGCPalette::_button[QGCPalette::_cThemes][QGCPalette::_cColorGroups] = {
......
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