diff options
| author | Po Lu | 2022-07-15 22:04:52 +0800 |
|---|---|---|
| committer | Po Lu | 2022-07-15 22:04:52 +0800 |
| commit | bd35ced042aaf23b1d5835204f250f42ca018c02 (patch) | |
| tree | e6b585cb9d66d17842ec147505526c3b343500bb | |
| parent | c829e63b0aeb6e6e3af4ca3a69cc90689b423de4 (diff) | |
| download | emacs-bd35ced042aaf23b1d5835204f250f42ca018c02.tar.gz emacs-bd35ced042aaf23b1d5835204f250f42ca018c02.zip | |
; * src/nsterm.m (ns_draw_window_cursor): Fix last change.
| -rw-r--r-- | src/nsterm.m | 1 |
1 files changed, 1 insertions, 0 deletions
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, | |||
| 3115 | ns_unfocus (f); | 3115 | ns_unfocus (f); |
| 3116 | draw_phys_cursor_glyph (w, glyph_row, DRAW_NORMAL_TEXT); | 3116 | draw_phys_cursor_glyph (w, glyph_row, DRAW_NORMAL_TEXT); |
| 3117 | ns_focus (f, &r, 1); | 3117 | ns_focus (f, &r, 1); |
| 3118 | [FRAME_CURSOR_COLOR (f) set]; | ||
| 3118 | 3119 | ||
| 3119 | /* This works like it does in PostScript, not X Windows. */ | 3120 | /* This works like it does in PostScript, not X Windows. */ |
| 3120 | [NSBezierPath strokeRect: NSInsetRect (r, 0.5, 0.5)]; | 3121 | [NSBezierPath strokeRect: NSInsetRect (r, 0.5, 0.5)]; |