commit ea9fe523361a1a52fc9e5c6f635c4f2888187fc5
Author: Richard Kimberly Heck <rikih...@lyx.org>
Date:   Fri May 4 12:39:07 2018 -0400

    Note.
---
 src/Text.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Text.cpp b/src/Text.cpp
index 84d7826..301cd5f 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.

Reply via email to