diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index f18c3b78e9..b6ef973bb3 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -93,6 +93,8 @@ public: bool allowMultiPar() const override { return !isMultiRow && (!isMultiColumn || isFixedWidth); } /// bool canPaintChange(BufferView const &) const override { return false; } + /// This assures we never output \maketitle in table cells + bool isInTitle() const override { return true; } private: /// InsetTableCell() = delete;