(IT_set_menu_bar_lines): Clear last_modified field.
This commit is contained in:
parent
c30c8a0c8a
commit
9a166e406c
1 changed files with 1 additions and 0 deletions
|
@ -509,6 +509,7 @@ IT_set_menu_bar_lines (window, n)
|
|||
{
|
||||
struct window *w = XWINDOW (window);
|
||||
|
||||
XSETFASTINT (w->last_modified, 0);
|
||||
XSETFASTINT (w->top, XFASTINT (w->top) + n);
|
||||
XSETFASTINT (w->height, XFASTINT (w->height) - n);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue