mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +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 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);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user