aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fringe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 2ce9d04371..6221d4064d 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -868,7 +868,7 @@ draw_fringe_bitmap (w, row, left_p)
if (left_p && row->overlay_arrow_bitmap != NO_FRINGE_BITMAP)
draw_fringe_bitmap_1 (w, row, 1, 1,
(row->overlay_arrow_bitmap < 0
- ? get_logical_cursor_bitmap (w, Qoverlay_arrow)
+ ? get_logical_fringe_bitmap (w, Qoverlay_arrow, 0, 0)
: row->overlay_arrow_bitmap));
}