]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCaption.cpp
Properly define MultiPar status of caption in the layout definition.
[features.git] / src / insets / InsetCaption.cpp
index ad6ec01d1a278246a439a2a4780e79c9bd28638b..709f55881bbaee287fc716dcb9ba9329d0b7eb62 100644 (file)
@@ -237,10 +237,6 @@ bool InsetCaption::getStatus(Cursor & cur, FuncRequest const & cmd,
                return InsetText::getStatus(cur, cmd, status);
        }
 
-       case LFUN_PARAGRAPH_BREAK:
-               status.setEnabled(false);
-               return true;
-
        case LFUN_INSET_TOGGLE:
                // pass back to owner
                cur.undispatched();