Add a FIXME regarding remaining anchor issue.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38390 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-04-15 02:26:22 +00:00
parent ca9a824d33
commit d4bca04616

View File

@ -2280,6 +2280,11 @@ void BufferView::setCursor(DocIterator const & dit)
d->cursor_.setCursor(dit);
d->cursor_.setSelection(false);
// FIXME
// It seems on general grounds as if this is probably needed, but
// it is not yet clear.
// See bug #7394 and r38388.
// d->cursor.resetAnchor();
}