]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.cpp
cmake: remove 2.8 warning
[lyx.git] / src / BufferView.cpp
index 97c44e6bf70398c7ac532f5058a205323d0248ff..5462e90912596abff928aad9fa5341cac6b1acd5 100644 (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();
 }