summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/browserbox.cpp')
-rw-r--r--src/gui/browserbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/browserbox.cpp b/src/gui/browserbox.cpp
index 23da7225..9a8aed34 100644
--- a/src/gui/browserbox.cpp
+++ b/src/gui/browserbox.cpp
@@ -251,6 +251,7 @@ void BrowserBox::draw(gcn::Graphics* graphics)
unsigned int i, j;
int x = 0, y = 0;
int wrappedLines = 0;
+ graphics->setColor(BLACK);
for (i = 0; i < mTextRows.size(); i++)
{
int selColor = BLACK;