Do not paint change mark for individual table cell insets (#12077)

This commit is contained in:
Juergen Spitzmueller 2021-01-21 09:04:29 +01:00
parent bd8e516138
commit 0fa0ba455f

View File

@ -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;