]> git.lyx.org Git - features.git/commit
Fix bug 3143 by Richard Heck. Background information from Richard:
authorAbdelrazak Younes <younes@lyx.org>
Wed, 28 Mar 2007 15:22:39 +0000 (15:22 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 28 Mar 2007 15:22:39 +0000 (15:22 +0000)
commit3b9f86926dbfd34d2c60b6101e5377f61a1ecd5a
tree48e615932bf72ead12d347a865b7ca0b8564034a
parentd5bedcb8748ac4e003515550c853d40a82592526
Fix bug 3143 by Richard Heck. Background information from Richard:

breakParagraph seems to be called five times: in buffer.C, by
insertStringAsLines; and in text3.C, for LFUN_BREAK_PARAGRAPH,
LFUN_BREAK_PARAGRAPH_KEEP_LAYOUT, LFUN_BREAK_PARAGRAPH_SKIP (which
itself calls LFUN_BREAK_PARAGRAPH if a paragraph will be broken), and
for LFUN_FLOAT_LIST. My sense was that the KEEP_LAYOUT version maybe
shouldn't reset the text style.  That's why I put it where I did. But I
doubt it matters very much, and I had it in breakParagraph myself at one
point.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17612 a592a061-630c-0410-9148-cb99ea01b6c8
src/text3.C