]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.C
Anchor globalization
[features.git] / src / insets / insettext.C
index f1287bf7b105ed98e2df9dcdd206ea1b38f84c98..065c68a672de2f14837e78182567d1d3006672c3 100644 (file)
@@ -314,7 +314,7 @@ DispatchResult InsetText::priv_dispatch(FuncRequest const & cmd,
 
        switch (cmd.action) {
        case LFUN_MOUSE_PRESS:
-               bv->cursor() = theTempCursor;
+               bv->fullCursor(theTempCursor);
                // fall through
        default:
                result = text_.dispatch(cmd);