]> 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:16:03 +0000 (08:16 +0200)
commitdacab5cf7be53e474452ebb9880ae4338b22fdfb
tree2b4af0e1564bb9a494197b84ea5cf4d3aa8a39e1
parenta96e49ef62c9547d631797f896d34de54cdd9bc4
Fix bug #8166: Crash on clicking away from empty last paragraph

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