0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.1562: popup window not always redrawn after popup_setoptions()

Problem:    Popup window not always redrawn after popup_setoptions().
Solution:   Force a redraw.
This commit is contained in:
Bram Moolenaar
2019-06-17 20:05:45 +02:00
parent ae943150d3
commit ad24a71e22
4 changed files with 20 additions and 1 deletions

View File

@@ -1449,6 +1449,7 @@ f_popup_setoptions(typval_T *argvars, typval_T *rettv UNUSED)
apply_move_options(wp, dict);
apply_general_options(wp, dict);
popup_mask_refresh = TRUE;
popup_adjust_position(wp);
}