]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
Replace the hardcoded TEXT_TO_INSET_OFFSET by tunable values
[lyx.git] / src / Cursor.cpp
index 97d497209e9d8839db17bc5e08dd5a4336975a22..1a3ee3b6cbd5613d9b5a9f2f11298774daead09f 100644 (file)
@@ -2474,12 +2474,6 @@ void Cursor::checkBufferStructure()
                // In case the master has no gui associated with it,
                // the TocItem is not updated (part of bug 5699).
                buffer()->tocBackend().updateItem(*this);
-
-       // If the last tracked change of the paragraph has just been
-       // deleted, then we need to recompute the buffer flag
-       // tracked_changes_present_.
-       if (inTexted() && paragraph().isChangeUpdateRequired())
-               disp_.forceChangesUpdate();
 }