diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-10-09 21:34:58 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-10-09 21:34:58 +0000 |
commit | 31047c05a9b56c101566301d81931c66bc4b9ecd (patch) | |
tree | 8646f4383a0297732e76227bc601cd0f80ec5151 /src/gui/browserbox.cpp | |
parent | 2327c5a7c3b054e52b69286da906f8e5c4432d1c (diff) | |
download | mana-31047c05a9b56c101566301d81931c66bc4b9ecd.tar.gz mana-31047c05a9b56c101566301d81931c66bc4b9ecd.tar.bz2 mana-31047c05a9b56c101566301d81931c66bc4b9ecd.tar.xz mana-31047c05a9b56c101566301d81931c66bc4b9ecd.zip |
Corrected the white browser font bug and the black hp/mp bug which were linked. Added a debug window.
Diffstat (limited to 'src/gui/browserbox.cpp')
-rw-r--r-- | src/gui/browserbox.cpp | 1 |
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; |