Change tracking cue for InsetCaption

This commit is contained in:
Guillaume Munch 2016-10-18 01:06:03 +02:00
parent 0aab06c468
commit 9c0281126e

View File

@ -56,6 +56,8 @@ private:
void drawBackground(PainterInfo & pi, int x, int y) const;
///
void draw(PainterInfo & pi, int x, int y) const;
/// Strike out the inset when deleted.
bool canPaintChange(BufferView const &) const { return true; }
///
void edit(Cursor & cur, bool front, EntryDirection entry_from);
///