]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.cpp
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetCaption.cpp
index be5bc00d3fd38aa1ceeac3d4266b99410b2a94a9..8d2a857cff7f89d7c06f5d45a7790681a0cd135d 100644 (file)
@@ -54,7 +54,7 @@ InsetCaption::InsetCaption(Buffer const & buf)
        setDrawFrame(true);
        setFrameColor(Color_captionframe);
        // There will always be only one
-       paragraphs().back().setLayout(buf.params().documentClass().emptyLayout());
+       paragraphs().back().setLayout(buf.params().documentClass().plainLayout());
 }