(redisplay_window): Make sure to clear the desired glyph
matrix of mini-windows.
This commit is contained in:
parent
aa08285490
commit
c095a1dd19
1 changed files with 2 additions and 0 deletions
|
@ -9754,6 +9754,8 @@ redisplay_window (window, just_this_one_p)
|
|||
blank_row (w, row, y);
|
||||
goto finish_scroll_bars;
|
||||
}
|
||||
|
||||
clear_glyph_matrix (w->desired_matrix);
|
||||
}
|
||||
|
||||
/* Otherwise set up data on this window; select its buffer and point
|
||||
|
|
Loading…
Add table
Reference in a new issue