]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Fixes for/in insettabular/text.
[lyx.git] / src / lyxtext.h
index 8bf6cceb935038ea055fb372756889b1ac4b5333..7a7d551ced8406050502274368fe9575197b7fe1 100644 (file)
@@ -66,7 +66,8 @@ public:
        /// the current font
        mutable LyXFont real_current_font;
        /// first visible pixel-row is set from LyXScreen!!!
-       unsigned int first;
+       // unsigned is wrong here for text-insets!
+       int first;
        ///
        BufferView * bv_owner;
        ///