commit | ad24a71e2248e839c875c0bc0e6ad3dbeea16998 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 20:05:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 20:05:45 2019 +0200 |
tree | 2f8299092999d13d75f8b248d1f21e5274e774ff | |
parent | ae943150d3a2868a89df802c9f530331474451ec [diff] [blame] |
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.
diff --git a/src/popupwin.c b/src/popupwin.c index d777ae5..b1c9840 100644 --- a/src/popupwin.c +++ b/src/popupwin.c
@@ -1449,6 +1449,7 @@ apply_move_options(wp, dict); apply_general_options(wp, dict); + popup_mask_refresh = TRUE; popup_adjust_position(wp); }