]> git.lyx.org Git - lyx.git/commit
Fix this crash:
authorAbdelrazak Younes <younes@lyx.org>
Fri, 15 Dec 2006 23:17:10 +0000 (23:17 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 15 Dec 2006 23:17:10 +0000 (23:17 +0000)
commit4d96e200f04d2a3f83c5bcf8fb63fb1659bafca6
treeaacfb52766d4164fe62dff30d57a9067d0bed0c8
parent5b5585e723bc2e22664e37b2ec8c224afde3ad14
Fix this crash:
new doc
type:  foo bar
put cursor after foo: foo| bar
enter space: foo | bar
click somewhere else -> CRASH

The problem is that the paragraph breaking needs to be redone after the empty space is deleted.

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