]> 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>
Mon, 9 May 2011 23:23:24 +0000 (23:23 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 9 May 2011 23:23:24 +0000 (23:23 +0000)
commit161e60b7ea9dde1aa5a438a9a5a9be83cca7f434
tree0b0256ca75a8470a28ccfb080d7e640cc34f8037
parent3219d4c14217503277ccdc0f9d9f41295564ac28
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/trunk@38680 a592a061-630c-0410-9148-cb99ea01b6c8
src/Text.cpp