From c6802d917ad4c0de10dd768a3dfb95975518c1b3 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 22 Feb 2011 18:39:53 +0000 Subject: fixed text scroller regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2068 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/textscroller.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ui/textscroller.h') 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; -- cgit v1.2.3-13-gbd6f