diff options
Diffstat (limited to 'src/gui/widgets/textbox.h')
-rw-r--r-- | src/gui/widgets/textbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h index aafd79627..dcd289a60 100644 --- a/src/gui/widgets/textbox.h +++ b/src/gui/widgets/textbox.h @@ -60,7 +60,7 @@ class TextBox : public gcn::TextBox inline void draw(gcn::Graphics *graphics) { if (mTextColor) - setForegroundColor(*mTextColor); + mForegroundColor = *mTextColor; gcn::TextBox::draw(graphics); } |