aboutsummaryrefslogtreecommitdiff
path: root/src/ui/textscroller.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-02-22 18:39:53 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-02-22 18:39:53 +0000
commitc6802d917ad4c0de10dd768a3dfb95975518c1b3 (patch)
tree0cbb523b614a7216c008a8a55f2da36cbb69eb6e /src/ui/textscroller.h
parent3be1b2d983fdf5f124174416a3a73bf22f12609a (diff)
downloadqmmp-c6802d917ad4c0de10dd768a3dfb95975518c1b3.tar.gz
qmmp-c6802d917ad4c0de10dd768a3dfb95975518c1b3.tar.bz2
qmmp-c6802d917ad4c0de10dd768a3dfb95975518c1b3.zip
fixed text scroller regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2068 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/textscroller.h')
-rw-r--r--src/ui/textscroller.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/textscroller.h b/src/ui/textscroller.h
index b4c5909db..7367ad2b1 100644
--- a/src/ui/textscroller.h
+++ b/src/ui/textscroller.h
@@ -65,9 +65,8 @@ private:
QString m_bufferText;
QString m_sliderText;
QString m_titleText;
-
QPixmap m_pixmap;
- int m_x1, m_x2;
+ int m_x1, m_x2, m_ratio;
bool m_scroll, m_bitmap, m_pressed;
int m_press_pos;
QFont m_font;