]> git.lyx.org Git - lyx.git/blobdiff - src/undo.C
fix crash when collapsing ert with cursor inside
[lyx.git] / src / undo.C
index 92593be1050b1db58d8100e4afae75f4eb3f7bdf..1517cf6360613361bd4d25504e560d93ce49cd3c 100644 (file)
@@ -175,7 +175,7 @@ bool textUndoOrRedo(BufferView & bv,
        Undo undo = stack.top();
        stack.pop();
 
-       // We will store in otherstack the part of the document under 'undo' 
+       // We will store in otherstack the part of the document under 'undo'
        DocIterator cell_dit = undo.cell.asDocIterator(&bv.buffer()->inset());
 
        recordUndo(Undo::ATOMIC, cell_dit,