diff --git a/src/insets/InsetBox.cpp b/src/insets/InsetBox.cpp index 832ab2dd9e..893424b04e 100644 --- a/src/insets/InsetBox.cpp +++ b/src/insets/InsetBox.cpp @@ -223,7 +223,7 @@ bool InsetBox::getStatus(Cursor & cur, FuncRequest const & cmd, return true; case LFUN_BREAK_PARAGRAPH: - if (params_.inner_box || params_.type == "Framed") + if ((params_.inner_box && !params_.use_makebox) || params_.type == "Shaded") return InsetCollapsable::getStatus(cur, cmd, flag); flag.setEnabled(false); return true;