]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
Simple fix for bug 4464
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
index a2e8bee71e52fb03581bebf2db55d2ed6c78e6cb..3eb757ab0662aab21f2e7e0a3d133d5617631b76 100644 (file)
@@ -87,7 +87,8 @@ public:
        bool restart_timeout;
        int x_old;
        int y_old;
-       double scrollbar_value_old;
+       int min_scrollbar_old;
+       int max_scrollbar_old;
 };