]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.cpp
This optional argument to the InsetCollapsable constructor
[lyx.git] / src / lyxfind.cpp
index 0cfd2cf86861d80a20468cad3250419f90160c20..fbb515ba39991461de42b3b10b9e0b4acc15dda4 100644 (file)
@@ -333,10 +333,6 @@ bool findNextChange(BufferView * bv)
                if (change != orig_change)
                        break;
        }
-       // avoid crash (assertion violation) if the imaginary end-of-par
-       // character of the last paragraph of the document is marked as changed
-       if (tip.at_end())
-               tip.backwardPos();
 
        // Now put cursor to end of selection:
        bv->cursor().setCursor(cur);