]> git.lyx.org Git - features.git/commit
Change tracking cue: InsetText and InsetCollapsible
authorGuillaume Munch <gm@lyx.org>
Mon, 23 May 2016 09:01:29 +0000 (10:01 +0100)
committerGuillaume Munch <gm@lyx.org>
Sun, 3 Jul 2016 21:38:37 +0000 (23:38 +0200)
commitf151b932c248f7d78e54c085cd942d0aa9e4c475
tree620eb924df913edc83e850ae2b0f7653366f2d2a
parent16ec606ab40cd659dcb161cde5aa6a66076dbcfd
Change tracking cue: InsetText and InsetCollapsible

* Underline or strike through the label as if it was text (it is).

* Strike through deleted InsetText, but let RowPainter handle the case of
  non-MultiPar text insets.

* Change the colour of the frame as a cue, unless its colour is customised (not
  Color_foreground). (Essentially do the border of CharStyles like Tabular does
  it already.)

* The change info needs to be reset when entering InsetText. Otherwise labels
  are painted with the change of their n+1-th parent.
src/insets/InsetCollapsable.cpp
src/insets/InsetText.cpp
src/insets/InsetText.h