diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-19 19:31:27 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-08-19 19:31:27 +0000 |
| commit | ff33b2edce57900508192f67305361aa5cbc55ae (patch) | |
| tree | fea02cc43a7688e90adc06ae80064499f46bf750 /src/plugins/Ui/skinned/textscroller.cpp | |
| parent | 5507b658ed0ebe8521f465a6707f66cadb4c95f4 (diff) | |
| download | qmmp-ff33b2edce57900508192f67305361aa5cbc55ae.tar.gz qmmp-ff33b2edce57900508192f67305361aa5cbc55ae.tar.bz2 qmmp-ff33b2edce57900508192f67305361aa5cbc55ae.zip | |
fixed text scroller offset
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5444 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 9ec92093c..c06a95915 100644 --- a/src/plugins/Ui/skinned/textscroller.cpp +++ b/src/plugins/Ui/skinned/textscroller.cpp @@ -162,7 +162,7 @@ void TextScroller::paintEvent (QPaintEvent *) paint.drawPixmap(m_x2,0, m_pixmap); } else - paint.drawPixmap(4,0, m_pixmap); + paint.drawPixmap(0,0, m_pixmap); } void TextScroller::mousePressEvent (QMouseEvent *e) |
