diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/textbox.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/textbox.cpp b/src/gui/textbox.cpp index f2d9b6ee..3507273a 100644 --- a/src/gui/textbox.cpp +++ b/src/gui/textbox.cpp @@ -135,10 +135,6 @@ void TextBox::setTextWrapped(const std::string &text) minWidth = xpos; } mMinWidth = minWidth; - if (minWidth > mMinWidth) - { - setTextWrapped(text); - } gcn::TextBox::setText(wrappedStream.str()); } |