]> git.lyx.org Git - features.git/commit
Correctly set font decorations for multipar insets
authorEnrico Forestieri <forenr@lyx.org>
Fri, 14 Aug 2020 10:04:23 +0000 (12:04 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 14 Aug 2020 10:04:23 +0000 (12:04 +0200)
commit5791b8bff8650be1ce0a3ee142e131fbc8de8587
treef3e89f19669c5a3ef00455c0972bd348eab2ea75
parent4c3139314b2738f04928ff1c9cb3ec49fe45ece6
Correctly set font decorations for multipar insets

Font decorations such as underline cannot be set for a whole inset
that allows paragraph breaks. This commit allows to still set the
font main properties for the whole inset but decorations are applied
to each paragraph inside the inset.
src/Font.cpp
src/Font.h
src/Paragraph.cpp