]> git.lyx.org Git - features.git/blobdiff - src/BufferView2.C
Dekels arabic patch, + some small things by me
[features.git] / src / BufferView2.C
index 817da110667dadce1890e007ec25beaf5d943b1f..f615a2ae1038d93be6992e7287e9bae0a29e1140 100644 (file)
@@ -719,8 +719,8 @@ void BufferView::showLockedInsetCursor(long x, long y, int asc, int desc)
 {
        if (the_locking_inset && available()) {
                y += text->cursor.y;
-               screen->ShowManualCursor(x, y,
-                                             asc, desc);
+               screen->ShowManualCursor(x, y, asc, desc,
+                                        LyXScreen::BAR_SHAPE);
        }
 }