summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/widgets/browserbox.cpp2
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