From 6b6d627f2c95d29d576c90def4764869ea1fa2fb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Aug 2012 01:44:12 +0300 Subject: Add textbox own color. Parameter "TEXTBOX" in colors.xml --- src/gui/widgets/textbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/textbox.cpp') diff --git a/src/gui/widgets/textbox.cpp b/src/gui/widgets/textbox.cpp index 048051bb9..06a24c68f 100644 --- a/src/gui/widgets/textbox.cpp +++ b/src/gui/widgets/textbox.cpp @@ -34,7 +34,7 @@ #include "debug.h" TextBox::TextBox() : - mTextColor(&Theme::getThemeColor(Theme::TEXT)) + mTextColor(&Theme::getThemeColor(Theme::TEXTBOX)) { setOpaque(false); setFrameSize(0); -- cgit v1.2.3-60-g2f50