; * src/nsterm.m (ns_draw_window_cursor): Fix last change.
This commit is contained in:
parent
c829e63b0a
commit
bd35ced042
1 changed files with 1 additions and 0 deletions
|
@ -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)];
|
||||
|
|
Loading…
Add table
Reference in a new issue