X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph_funcs.C;h=a43217cc055591222a2b62d954aecafec8812a6d;hb=e7ef29fa2d516b8593aa3cccb6548de5686e8a9a;hp=2cb63eaa3825d355904e093bd8d80879a1be45d6;hpb=aa97bf08661d61dbd85071ff4ea5a3f7694a35f9;p=lyx.git diff --git a/src/paragraph_funcs.C b/src/paragraph_funcs.C index 2cb63eaa38..a43217cc05 100644 --- a/src/paragraph_funcs.C +++ b/src/paragraph_funcs.C @@ -83,8 +83,6 @@ bool moveItem(Paragraph & from, Paragraph & to, if (tmpinset) to.insertInset(j, tmpinset, tmpfont, change); } else { - if (!to.checkInsertChar(tmpfont)) - return false; to.insertChar(j, tmpchar, tmpfont, change); } return true;