]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
The logic of the endParagraph() routine is wrong. We should first
[lyx.git] / src / Cursor.h
index a7111c2908d0dc57c699d768182370834d2407fd..0d7441967866c2635fd9d6eea34a83355127f35c 100644 (file)
@@ -247,6 +247,8 @@ public:
         * Not using noScreenUpdate() should never be wrong.
         */
        void noScreenUpdate() const;
+       ///
+       Update::flags screenUpdate() const { return disp_.screenUpdate(); }
        /// fix cursor in circumstances that should never happen.
        /// \retval true if a fix occured.
        bool fixIfBroken();