]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.C
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / lyxfind.C
index a88ef7e836fef67270b072ce6d3a4df323ddcde9..6d6b75ddf01f7763683408092284c031d216eb70 100644 (file)
@@ -345,7 +345,7 @@ bool findNextChange(BufferView * bv)
 
        bv->cursor().setCursor(cur);
        bv->cursor().resetAnchor();
-       
+
        Change orig_change = cur.paragraph().lookupChangeFull(cur.pos());
 
        DocIterator et = doc_iterator_end(cur.inset());