]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
Fixme comment.
[lyx.git] / src / CutAndPaste.cpp
index 8a13b87fdf10ed11db07d370facb4af84f578d99..2f1a715d084608ac194fb568e9c93e73cc3a3f72 100644 (file)
@@ -801,7 +801,7 @@ void clearCutStack()
 docstring selection(size_t sel_index)
 {
        return sel_index < theCuts.size()
-               ? theCuts[sel_index].first.back().asString(AS_STR_INSETS)
+               ? theCuts[sel_index].first.back().asString(AS_STR_INSETS | AS_STR_NEWLINES)
                : docstring();
 }