From 640da1dedf9ce460e4eddc87e1cd69af744de0f0 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 3 Oct 2011 16:11:30 +0000 Subject: fixed text scroller font git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2376 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Ui/skinned/textscroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Ui/skinned/textscroller.cpp') 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); -- cgit v1.2.3-13-gbd6f