mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 10:11:05 -08:00
(update_window_line): Make sure to always draw
mode-lines.
This commit is contained in:
parent
8fb3df5935
commit
001f93f3eb
1 changed files with 2 additions and 1 deletions
|
|
@ -4133,7 +4133,8 @@ update_window_line (w, vpos, mouse_face_overwritten_p)
|
|||
built with a vscroll and then make_cursor_line_fully_visible shifts
|
||||
the matrix. Make sure to make such rows current anyway, since
|
||||
we need the correct y-position, for example, in the current matrix. */
|
||||
if (desired_row->visible_height > 0)
|
||||
if (desired_row->mode_line_p
|
||||
|| desired_row->visible_height > 0)
|
||||
{
|
||||
xassert (desired_row->enabled_p);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue