]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.C
* src/support/unicode.C
[lyx.git] / src / paragraph_funcs.C
index 5c9b6b972b315a0cba92de687f2f89901ddcff04..75a2a5a58d039f58b1fcf99d3e4dd800d4763dbe 100644 (file)
@@ -68,9 +68,6 @@ void breakParagraph(BufferParams const & bparams,
 
        Paragraph & par = pars[par_offset];
 
-       // we will invalidate the row cache
-       par.rows().clear();
-
        // without doing that we get a crash when typing <Return> at the
        // end of a paragraph
        tmp->layout(bparams.getLyXTextClass().defaultLayout());