]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Disable InsetText::update and InsetTabular::update
[lyx.git] / src / lyxtext.h
index a33a71c9bb3a610db79ec3fcb7004b4958dcbf40..2e6ddd97c343df0830428b891686ecd3f74ba3c4 100644 (file)
@@ -163,6 +163,8 @@ public:
        void partialRebreak();
        /// a full rebreak of the whole text
        void fullRebreak();
+       /// rebuild RowList cache
+       void rebuild();
 
        ///
        RowList::iterator need_break_row;