Fix buttons color not loaded correctly

This commit is contained in:
Quentin Guidée
2019-11-30 21:22:31 +01:00
parent 2c49b8f5c9
commit 62695f50d7

View File

@@ -5,7 +5,7 @@
Button::Button(Responder * parentResponder, I18n::Message textBody, Invocation invocation, const KDFont * font, KDColor textColor) :
HighlightCell(),
Responder(parentResponder),
m_messageTextView(font, textBody, 0.5f, 0.5f, textColor),
m_messageTextView(font, textBody, 0.5f, 0.5f, textColor, Palette::ButtonBackground),
m_invocation(invocation),
m_font(font)
{