]> git.lyx.org Git - features.git/commit
Switch font for multipar insets
authorEnrico Forestieri <forenr@lyx.org>
Wed, 12 Aug 2020 14:25:35 +0000 (16:25 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 12 Aug 2020 14:25:35 +0000 (16:25 +0200)
commitf5672a4843eb6b85e61167d0ebd338234346c246
tree0cda4696e8765cf4dd657da634a32167ea548c0a
parentf348e0edc5583fb0366d220de8d0525158858139
Switch font for multipar insets

Use font switches for insets that allow paragraph breaks rather
than insets that do not inherit outer font settings. No change of
behavior is intended with respect to the current status, but this
will allow a simple and effective fix for #10263.
src/Paragraph.cpp
src/insets/Inset.h
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
src/insets/InsetText.h