]> git.lyx.org Git - features.git/blobdiff - src/iterators.C
Anchor globalization
[features.git] / src / iterators.C
index e5e8633e1e3e27c85ddca2399ab8b80f29a3db4e..fda9d6c5d8b774b76b4acc7314985f8b6c12d3fc 100644 (file)
@@ -401,7 +401,7 @@ ParIterator::ParIterator(PosIterator const & pos)
 
 void ParIterator::lockPath(BufferView * bv) const
 {
-       bv->cursor() = LCursor(bv);
+       bv->fullCursor() = LCursor(bv);
        int last = size() - 1;
 #warning this seems to create just one entry for InsetTabulars
        for (int i = 0; i < last; ++i)