diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32term.c b/src/w32term.c index 1d6b4ec7535..574457f727f 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -567,9 +567,8 @@ x_update_window_end (w, cursor_on_p, mouse_face_overwritten_p) | |||
| 567 | output_cursor.vpos, | 567 | output_cursor.vpos, |
| 568 | output_cursor.x, output_cursor.y); | 568 | output_cursor.x, output_cursor.y); |
| 569 | 569 | ||
| 570 | x_draw_vertical_border (w); | 570 | if (draw_window_fringes (w, 1)) |
| 571 | 571 | x_draw_vertical_border (w); | |
| 572 | draw_window_fringes (w); | ||
| 573 | 572 | ||
| 574 | UNBLOCK_INPUT; | 573 | UNBLOCK_INPUT; |
| 575 | } | 574 | } |