bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38828: 26.3; Customized mode line breaks height of vertical scroll b


From: martin rudalics
Subject: bug#38828: 26.3; Customized mode line breaks height of vertical scroll bar
Date: Tue, 31 Dec 2019 17:05:48 +0100

For the record: Rewriting 'window_box_height' as

int
window_box_height (struct window *w)
{
  return WINDOW_BOX_TEXT_HEIGHT (w);
}

fixes the problem here.

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]