]> git.lyx.org Git - features.git/commit
Fix crash reported by John Kennan.
authorRichard Heck <rgheck@comcast.net>
Mon, 9 May 2011 18:05:31 +0000 (18:05 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 9 May 2011 18:05:31 +0000 (18:05 +0000)
commit45b57a09664b753b386badbdea8d5439223637e7
tree6f680c13284cf7ffefe2b7c264f91793dddc4ad1
parent757def9c5e10196092a10d451101e93af44b4ad8
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/trunk@38667 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp