]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettext.C
The markDirty() and fitCursor() changes
[lyx.git] / src / insets / insettext.C
index cf899f5f27d506d7e850340095a8b8dd380ec102..3cfc909e5593cd0e76d5f1b46979a48d062447a7 100644 (file)
@@ -586,7 +586,7 @@ void InsetText::updateLocal(BufferView * bv, int what, bool mark_dirty)
        bv->fitCursor();
 #endif
        if (flag)
-               bv->updateInset(const_cast<InsetText *>(this), mark_dirty);
+               bv->updateInset(const_cast<InsetText *>(this));
 
        if (need_update == CURSOR)
                need_update = NONE;