mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
ca9a824d33
commit
d4bca04616
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user