summaryrefslogtreecommitdiffstats
path: root/src/popupwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popupwin.c')
-rw-r--r--src/popupwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/popupwin.c b/src/popupwin.c
index d777ae582a..b1c9840d26 100644
--- a/src/popupwin.c
+++ b/src/popupwin.c
@@ -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);
}