mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 06:00:41 -08:00
; * src/dispnew.c (adjust_glyph_matrix): Fix last change.
This commit is contained in:
parent
37f9182b68
commit
09b65707cc
1 changed files with 1 additions and 0 deletions
|
|
@ -538,6 +538,7 @@ adjust_glyph_matrix (struct window *w, struct glyph_matrix *matrix, int x, int y
|
||||||
/* If we are resizing a window, make sure the previous mode-line
|
/* If we are resizing a window, make sure the previous mode-line
|
||||||
row of the window's current matrix is no longer marked as such. */
|
row of the window's current matrix is no longer marked as such. */
|
||||||
if (w && matrix == w->current_matrix
|
if (w && matrix == w->current_matrix
|
||||||
|
&& matrix->nrows > 0
|
||||||
&& dim.height != matrix->nrows
|
&& dim.height != matrix->nrows
|
||||||
&& matrix->nrows <= matrix->rows_allocated)
|
&& matrix->nrows <= matrix->rows_allocated)
|
||||||
MATRIX_MODE_LINE_ROW (matrix)->mode_line_p = false;
|
MATRIX_MODE_LINE_ROW (matrix)->mode_line_p = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue