]> git.lyx.org Git - features.git/commit
Fix for bug #7319. This is an attempt to fix the bug cheaply.
authorRichard Heck <rgheck@comcast.net>
Tue, 10 May 2011 00:16:45 +0000 (00:16 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 10 May 2011 00:16:45 +0000 (00:16 +0000)
commitcd49b3d5e23311e60e7c6858014117e8d3de3edd
treecd2a9db7c2655d9211e24eecd5374b533fb5fbd9
parent23891733a3255f9034d013254716f395b3a6b656
Fix for bug #7319. This is an attempt to fix the bug cheaply.

We clear the refernce cache so that we won't get conflicts with labels
that get pasted into the buffer. We should update this before its being
empty matters. If not (i.e., if we encounter bugs), then this should
instead be:
  cur.buffer().updateBuffer();
But we'll try the cheaper solution in trunk.

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