; * src/nsterm.m (ns_draw_window_cursor): Fix last change.

This commit is contained in:
Po Lu 2022-07-15 22:04:52 +08:00
parent c829e63b0a
commit bd35ced042

View file

@ -3115,6 +3115,7 @@ Note that CURSOR_WIDTH is meaningful only for (h)bar cursors.
ns_unfocus (f);
draw_phys_cursor_glyph (w, glyph_row, DRAW_NORMAL_TEXT);
ns_focus (f, &r, 1);
[FRAME_CURSOR_COLOR (f) set];
/* This works like it does in PostScript, not X Windows. */
[NSBezierPath strokeRect: NSInsetRect (r, 0.5, 0.5)];