]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfr1.C
try this for distinguishing inner and outer tabs
[lyx.git] / src / lyxfr1.C
index 909bf3ff93bd762a8745e331b45a419d61e1bb63..883448250aadc74c59ec8f1d0fc5e476ea0106d3 100644 (file)
@@ -82,7 +82,7 @@ void SetSelectionOverLenChars(BufferView * bv, int len)
        bv->text->sel_cursor = bv->text->cursor;
        for (int i = 0; i < len; ++i)
                bv->text->CursorRight(bv);
-       bv->text->SetSelection();
+       bv->text->SetSelection(bv);
 }