]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
revert recent change to development/FORMAT (don't change history)
[lyx.git] / src / BufferView.h
index 5704ab97c86dd49b96716570cd6327ea3d7de556..fdc9181ab2cf0a4d64df01a4c904fd55570358e5 100644 (file)
@@ -160,6 +160,8 @@ public:
        void scroll(int lines);
        /// Scroll the view by a number of pixels
        void scrollDocView(int pixels);
+       /// Set the cursor position based on the scrollbar one.
+       void setCursorFromScrollbar();
 
        /// return the pixel width of the document view
        int workWidth() const;