]> git.lyx.org Git - features.git/commit
Fix crash in info inset dialog apply (bug 9896)
authorGeorg Baum <baum@lyx.org>
Thu, 10 Dec 2015 19:21:20 +0000 (20:21 +0100)
committerGeorg Baum <baum@lyx.org>
Thu, 10 Dec 2015 19:21:20 +0000 (20:21 +0100)
commit92573c9ddcc8dd367fc9f681ca4910d4deb98e29
tree800e2abe3fd71f5d56d22324b222ab6ed8e6a13c
parent5b5b1a451512026f4d201f60c9228313037ed735
Fix crash in info inset dialog apply (bug 9896)

posBackward() is the exact inverse of posForward(), not backwardPos().
src/BufferView.cpp