]> git.lyx.org Git - features.git/commit
Fix bug #8166: Crash on clicking away from empty last paragraph
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 23 May 2012 06:02:40 +0000 (08:02 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 23 May 2012 06:02:40 +0000 (08:02 +0200)
commitd20cb73b874a30b82fe01d3b8f385ef066fafedf
tree30d95fb0bcd0b4e9520e7c09aac1a757decbf354
parent0a33374c0d8125e27666fe513506fb6069df453c
Fix bug #8166: Crash on clicking away from empty last paragraph

This reverts the previous fix in [0a33374c/lyxgit] and fixes it
differently.

We always have to call 'notifyCursorLeaves', but we only have to make sure
that we call the 'fixIfBroken()' functions first.
src/BufferView.cpp