]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
Fix bug 886 and others not reported related with the document paper size.
[lyx.git] / src / cursor.h
index 773513a16192c9e8abe466e7b5c3d18ab49aaaa8..817cdd481714f67ff6cac4767163136a8b5aeac4 100644 (file)
@@ -206,6 +206,11 @@ private:
        bool selection_;
        /// are we on the way to get one?
        bool mark_;
+       /// If true, we are behind the previous char, otherwise we are in front
+       // of the next char. This only make a difference when we are in front
+       // of a big inset spanning a whole row and computing coordinates for
+       // displaying the cursor.
+       bool logicalpos_;
 
 private: