diff options
Diffstat (limited to 'src/guichan/widgets/label.cpp')
-rw-r--r-- | src/guichan/widgets/label.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/widgets/label.cpp b/src/guichan/widgets/label.cpp index aebbd0472..cfd62630a 100644 --- a/src/guichan/widgets/label.cpp +++ b/src/guichan/widgets/label.cpp @@ -112,7 +112,7 @@ namespace gcn } graphics->setFont(getFont()); - graphics->setColor(getForegroundColor()); + graphics->setColor(mForegroundColor); graphics->drawText(getCaption(), textX, textY, getAlignment()); } |