]> git.lyx.org Git - features.git/commit
Fix crash reported by John Kennan.
authorRichard Heck <rgheck@comcast.net>
Mon, 9 May 2011 18:23:54 +0000 (18:23 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 9 May 2011 18:23:54 +0000 (18:23 +0000)
commit1a724c2c3c148ca35dc11ee782b0e9b903de7b16
tree646ab1566dc1459d06c805444d5131bc7bd43e2c
parent0e04ece111537166ca92aa4d8737e6197fc9e9a3
Fix crash reported by John Kennan.

We are missing the updateBuffer() call when we go through
mouseEventDispatch(). A consequence of the massive updateBuffer()
refactoring. Wish it had been caught before...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38669 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp