]> git.lyx.org Git - features.git/commit
In InsetText::fixParagraphsFont, differentiate the case of pass thru paragraphs for...
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 2 Mar 2011 14:43:50 +0000 (14:43 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 2 Mar 2011 14:43:50 +0000 (14:43 +0000)
commitd2720fa20057237277f7d8ce3f58c6a487841fe8
tree4e3c233ab12942a9a4c61f14df865fe3d7b66f34
parentf098abd8324c9e63568a9cd5c168fee53da69c44
In InsetText::fixParagraphsFont, differentiate the case of pass thru paragraphs for which fonts should be reset, and paragraph that disable paragraph customization. In the later case, only paragraph parameters are reset.

This improves the fix in r37328 and allows centered sweave chunks, for example (although this does not work yet for other reasons)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37831 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetText.cpp