diff options
Diffstat (limited to 'src/gui/widgets/browserbox.cpp')
-rw-r--r-- | src/gui/widgets/browserbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index f87aef57..eed81730 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -357,6 +357,7 @@ void BrowserBox::draw(gcn::Graphics *graphics) { y += fontHeight; x = 15; + wrapped = false; } // "Tokenize" the string at control sequences @@ -527,6 +528,7 @@ int BrowserBox::calcHeight() { y += fontHeight; x = 15; + wrapped = false; } // "Tokenize" the string at control sequences |