]> git.lyx.org Git - features.git/commit
Fix bug 5145. InsetTabular was resetting cur.idx() but not cur.pit() or cur.pos(),
authorRichard Heck <rgheck@comcast.net>
Fri, 8 Aug 2008 19:21:06 +0000 (19:21 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 8 Aug 2008 19:21:06 +0000 (19:21 +0000)
commitb2f5782253958878c9fd4ca55acb53e02ae7b5de
tree0e67ff93f35625b0e97066ecb6ec85a7cdbe7d66
parent9374e68bfd5b1bf03ce74fe9438956fddf3c6403
Fix bug 5145. InsetTabular was resetting cur.idx() but not cur.pit() or cur.pos(),
leaving them possibly invalid.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26100 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetTabular.cpp