comparison src/popupwin.c @ 17125:b4eb06233448 v8.1.1562

patch 8.1.1562: popup window not always redrawn after popup_setoptions() commit https://github.com/vim/vim/commit/ad24a71e2248e839c875c0bc0e6ad3dbeea16998 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 17 20:05:45 2019 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Jun 2019 20:15:06 +0200
parents efc6f5e3b543
children c90fdb999393
comparison
equal deleted inserted replaced
17124:7f210e5d70b0 17125:b4eb06233448
1447 dict = argvars[1].vval.v_dict; 1447 dict = argvars[1].vval.v_dict;
1448 1448
1449 apply_move_options(wp, dict); 1449 apply_move_options(wp, dict);
1450 apply_general_options(wp, dict); 1450 apply_general_options(wp, dict);
1451 1451
1452 popup_mask_refresh = TRUE;
1452 popup_adjust_position(wp); 1453 popup_adjust_position(wp);
1453 } 1454 }
1454 1455
1455 /* 1456 /*
1456 * popup_getpos({id}) 1457 * popup_getpos({id})