mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Do not output \maketitle in table cells if the table is in the title
This commit is contained in:
parent
911b01a3ca
commit
6d05e78168
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user