]> git.lyx.org Git - features.git/commit
Fixup b321bb1a: set changebar when inset contains changes
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 11 Jan 2020 20:21:34 +0000 (21:21 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:50 +0000 (15:48 +0200)
commit53196320e7b5034f13387e72cf706a019f8e9338
treefa7ba56fbfa0d42f45b72ce212ee6a79f4dc8f5e
parentc4efb01d2648741888f3c9e611d1ca46bcf5d0bb
Fixup b321bb1a: set changebar when inset contains changes

Add Paragraph::isChanged() and InetText::isCgchanged() which indicate
the presence of a change in the relevant object.

Sets Row::needsChangebar() when adding an inset that contains changes.

Related to bug #8645.
src/Paragraph.cpp
src/Paragraph.h
src/Row.cpp
src/insets/Inset.h
src/insets/InsetCollapsible.cpp
src/insets/InsetText.cpp
src/insets/InsetText.h