]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c (Fwindow_text_pixel_size): Another minor fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Feb 2021 12:27:46 +0000 (14:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Feb 2021 12:27:46 +0000 (14:27 +0200)
src/xdisp.c

index 4db981aa655b383414cc7a98b22ca490255266ca..764735769b4ec21b73f1d1c1fae17b6ee788adc8 100644 (file)
@@ -10777,7 +10777,7 @@ include the height of both, if present, in the return value.  */)
   /* If text spans more than one screen line, we don't need to adjust
      the x-span for start_x, since the second and subsequent lines
      will begin at zero X coordinate.  */
-  if (it.current_y > 0)
+  if (it.current_y > start_y)
     start_x = 0;
 
   /* Subtract height of header-line which was counted automatically by