]> git.lyx.org Git - features.git/commit
Properly fix #9602.
authorEnrico Forestieri <forenr@lyx.org>
Sun, 7 Jun 2015 22:41:36 +0000 (00:41 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 7 Jun 2015 22:41:36 +0000 (00:41 +0200)
commit8f169aa23de65c809374f324f035c4974630cd42
tree327bd2c381c2006442757d248060df49f5dbaf9e
parent541984e43e22d9ace786404916495d22b913aa33
Properly fix #9602.

Other than checking that we are at the beginning of a paragraph,
we must also check that this is not the first paragraph before
triggering the code that removes the inset separator. This accounts
for the case that we are dissolving an inset from the inside.
Without this additonal check the old code was fooled into thinking
that the separator should have been removed.
src/Text3.cpp