1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Fix bug introduced by my last commit

* src/nsterm.m (ns_draw_fringe_bitmap): Revert key-mashing accident.
This commit is contained in:
Alan Third 2017-04-19 17:58:49 +01:00
parent aca21d42d3
commit 21fa90b048

View File

@ -2822,7 +2822,7 @@ so some key presses (TAB) are swallowed by the system. */
for (i = 0; i < full_height; i++)
cbits[i] = bits[i];
img = [[EmacsImage alloc] XBM: cbits width: 8
img = [[EmacsImage alloc] initFromXBM: cbits width: 8
height: full_height
fg: 0 bg: 0];
bimgs[p->which - 1] = img;