]> git.lyx.org Git - lyx.git/commit
Fix bug #8296: Crash when clicking on completion in math
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 23 Sep 2012 14:44:22 +0000 (16:44 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 23 Sep 2012 14:44:22 +0000 (16:44 +0200)
commita1bda4e045e4b80e616005ace7312470ef241a34
tree72d715da1bfd0659c5a596b3bf69827a8b8bddd9
parent273ebbef19dda5621986c036670c9ed7119bfb7b
Fix bug #8296: Crash when clicking on completion in math

When the user clicks on the completion, the completion disappears. This
means that we have to fix the cursor before setting it.
src/BufferView.cpp