mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Do not paint change mark for individual table cell insets (#12077)
This commit is contained in:
parent
bd8e516138
commit
0fa0ba455f
@ -89,6 +89,8 @@ public:
|
|||||||
bool inheritFont() const override { return false; }
|
bool inheritFont() const override { return false; }
|
||||||
/// Can the cell contain several paragraphs?
|
/// Can the cell contain several paragraphs?
|
||||||
bool allowMultiPar() const override { return !isMultiRow && (!isMultiColumn || isFixedWidth); }
|
bool allowMultiPar() const override { return !isMultiRow && (!isMultiColumn || isFixedWidth); }
|
||||||
|
///
|
||||||
|
bool canPaintChange(BufferView const &) const override { return false; }
|
||||||
private:
|
private:
|
||||||
///
|
///
|
||||||
InsetTableCell() = delete;
|
InsetTableCell() = delete;
|
||||||
|
Loading…
Reference in New Issue
Block a user