]> git.eshelyaron.com Git - emacs.git/commit
Fix display of line numbers with fonts larger than the default
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Jun 2017 08:34:52 +0000 (11:34 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Jun 2017 08:34:52 +0000 (11:34 +0300)
commit77f8b86e405cc0ff9c49aea5d98097212755b832
tree5b42a9eb87afdf9e231c2ae8ac84d9c7872fb6e6
parentbbaf2f3d529ac3f8d72b671ee3a8a0c3347c5510
Fix display of line numbers with fonts larger than the default

* src/xdisp.c (maybe_produce_line_number): Update the metrics in
IT, not in IT->glyph_row, since the latter gets overwritten in
display_line.  Fixes display of line numbers when the font used
for them is larger than that of the default face.
src/xdisp.c