aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Ui/skinned')
-rw-r--r--src/plugins/Ui/skinned/textscroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/textscroller.cpp b/src/plugins/Ui/skinned/textscroller.cpp
index 4735f3038..eb589c433 100644
--- a/src/plugins/Ui/skinned/textscroller.cpp
+++ b/src/plugins/Ui/skinned/textscroller.cpp
@@ -268,7 +268,7 @@ void TextScroller::preparePixmap(const QString &text, bool scrollable)
QPainter painter(&m_pixmap);
painter.setPen(m_color);
painter.setFont(m_font);
- if(m_bitmap)
+ if(bitmap)
drawBitmapText (0,12, fullText, &painter, m_skin);
else
painter.drawText (0,12, fullText);