]> git.lyx.org Git - features.git/commit
Improve row flushing
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 22 Sep 2021 13:09:26 +0000 (15:09 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 23 Nov 2021 15:31:30 +0000 (16:31 +0100)
commitdbf644fb03a25f7370d1e893f38cb5dc15a53dde
tree58c9f725d776af63dda060c19f235eab13355553
parentfff548eba7fed2dae0df2fbcad2f8a449c68e93c
Improve row flushing

Add new row flags Flush and FlushBefore to let insets indicate whether
they cause flushing of current row (eg. newline) or of previous row
(e.g. display insets).
src/RowFlags.h
src/TextMetrics.cpp
src/insets/InsetNewline.cpp
src/insets/InsetNewline.h
src/insets/InsetSeparator.h