Commit becb0a6f authored by Gus Grubba's avatar Gus Grubba

Fix wrong QColor argument encoding.

parent eafed6b9
......@@ -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