mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Change tracking cue for InsetCaption
This commit is contained in:
parent
0aab06c468
commit
9c0281126e
@ -56,6 +56,8 @@ private:
|
|||||||
void drawBackground(PainterInfo & pi, int x, int y) const;
|
void drawBackground(PainterInfo & pi, int x, int y) const;
|
||||||
///
|
///
|
||||||
void draw(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);
|
void edit(Cursor & cur, bool front, EntryDirection entry_from);
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user