diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-25 02:14:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-25 02:20:24 +0300 |
commit | a603cf32c1491e1a943d77b76e0f2362babcd7b8 (patch) | |
tree | 8841385c90b85b84b9589c633f0f569291d6cb1c /src/gui/widgets/label.cpp | |
parent | e3682e2cdcb59c36792f6f9c39569e0af01088f0 (diff) | |
download | manaverse-a603cf32c1491e1a943d77b76e0f2362babcd7b8.tar.gz manaverse-a603cf32c1491e1a943d77b76e0f2362babcd7b8.tar.bz2 manaverse-a603cf32c1491e1a943d77b76e0f2362babcd7b8.tar.xz manaverse-a603cf32c1491e1a943d77b76e0f2362babcd7b8.zip |
Remove color2 from graphics.
Diffstat (limited to 'src/gui/widgets/label.cpp')
-rw-r--r-- | src/gui/widgets/label.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index a5cabc365..2addac309 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -169,7 +169,6 @@ void Label::draw(Graphics* graphics) break; } - graphics->setColorAll(mForegroundColor, mForegroundColor2); if (mTextChanged) { mTextChunk.textFont = font; |