mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
; * src/nsterm.m (ns_draw_fringe_bitmap): Fix typo in last change.
This commit is contained in:
parent
a421f40d87
commit
848e96acdd
@ -2917,7 +2917,8 @@ Hide the window (X11 semantics)
|
||||
|
||||
NSBezierPath *bmp = [fringe_bmp objectForKey:[NSNumber numberWithInt:p->which]];
|
||||
|
||||
if (bmp == nil)
|
||||
if (bmp == nil
|
||||
&& p->which < max_used_fringe_bitmap)
|
||||
{
|
||||
gui_define_fringe_bitmap (f, p->which);
|
||||
bmp = [fringe_bmp objectForKey: [NSNumber numberWithInt: p->which]];
|
||||
|
Loading…
Reference in New Issue
Block a user