diff options
Diffstat (limited to 'src/gui/widgets/textbox.h')
-rw-r--r-- | src/gui/widgets/textbox.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/widgets/textbox.h b/src/gui/widgets/textbox.h index 5884e11c..1894e741 100644 --- a/src/gui/widgets/textbox.h +++ b/src/gui/widgets/textbox.h @@ -40,9 +40,7 @@ class TextBox : public gcn::TextBox TextBox(); inline void setTextColor(const gcn::Color* color) - { - mTextColor = color; - } + { mTextColor = color; } /** * Sets the text after wrapping it to the current width of the widget. |