aboutsummaryrefslogtreecommitdiff
path: root/src/ui/textscroller.h
diff options
context:
space:
mode:
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;