diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-03 16:11:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-03 16:11:30 +0000 |
| commit | 640da1dedf9ce460e4eddc87e1cd69af744de0f0 (patch) | |
| tree | 93b1ac2e1be4bd0c69eae90e3b0878ec12a19248 /src/plugins/Ui/skinned/textscroller.cpp | |
| parent | cf300631faea604adcab937de6afb66e4e43eb84 (diff) | |
| download | qmmp-640da1dedf9ce460e4eddc87e1cd69af744de0f0.tar.gz qmmp-640da1dedf9ce460e4eddc87e1cd69af744de0f0.tar.bz2 qmmp-640da1dedf9ce460e4eddc87e1cd69af744de0f0.zip | |
fixed text scroller font
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2376 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/textscroller.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/textscroller.cpp | 2 |
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); |
