From: Po Lu Date: Fri, 15 Jul 2022 14:04:52 +0000 (+0800) Subject: ; * src/nsterm.m (ns_draw_window_cursor): Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~913 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bd35ced042aaf23b1d5835204f250f42ca018c02;p=emacs.git ; * src/nsterm.m (ns_draw_window_cursor): Fix last change. --- diff --git a/src/nsterm.m b/src/nsterm.m index 2372ea8ae06..582bc9f6a2d 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -3115,6 +3115,7 @@ ns_draw_window_cursor (struct window *w, struct glyph_row *glyph_row, 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)];