]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
bug 2298: cursorTop/Bottom/Home/End does not redraw after dEPM
[lyx.git] / src / paragraph_pimpl.h
index ed2e809270980647de46efe745c3d88b8b34b4e6..488e7e4deddcc0ab7f0a50ccecf936f06d7628ca 100644 (file)
@@ -54,6 +54,8 @@ public:
        bool isChangeEdited(lyx::pos_type start, lyx::pos_type end) const;
        /// set change at pos
        void setChange(lyx::pos_type pos, Change::Type type);
+       /// set full change at pos
+       void setChangeFull(lyx::pos_type pos, Change change);
        /// mark as erased
        void markErased(bool);
        /// accept change