]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfr1.C
Forgot to add this files.
[lyx.git] / src / lyxfr1.C
index b2282715aaf694f83db4d2dbbf2ea272ff8e2a31..13c928b5b5905a15a1da17903251f092ccf264e8 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);
+       bv->text->SetSelection();
 }