]> git.lyx.org Git - features.git/commit
When moving cursor, always reset anchor
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 5 Jan 2016 10:12:00 +0000 (11:12 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 5 Jan 2016 14:05:27 +0000 (15:05 +0100)
commit01fc62b78eb844d400803f0a489d5b326714708b
tree2ba5f0fcc2202279f3989ab07a33cc27c18de819
parentd3c00446179927360380c1511294e5a7ef19e269
When moving cursor, always reset anchor

This applies to BufferView::moveToPosition, which is used for bookmarks and initial cursor position (on loading).

Fixes bug #9912.
src/BufferView.cpp