From ea9fe523361a1a52fc9e5c6f635c4f2888187fc5 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Fri, 4 May 2018 12:39:07 -0400 Subject: [PATCH] Note. --- src/Text.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Text.cpp b/src/Text.cpp index 84d7826f97..301cd5f2e3 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -1662,6 +1662,7 @@ bool Text::backspacePos0(Cursor & cur) plist.erase(lyx::next(plist.begin(), prevcur.pit())); needsUpdate = true; } + // FIXME: Do we really not want to allow this??? // Pasting is not allowed, if the paragraphs have different // layouts. I think it is a real bug of all other // word processors to allow it. It confuses the user.