mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.1.1453: popup window "moved" property not implemented yet
Problem: Popup window "moved" property not implemented yet. Solution: Implement it.
This commit is contained in:
@@ -1050,6 +1050,7 @@ update_popups(void)
|
||||
// so that the window with a higher zindex is drawn later, thus goes on
|
||||
// top.
|
||||
// TODO: don't redraw every popup every time.
|
||||
popup_visible = FALSE;
|
||||
popup_reset_handled();
|
||||
while ((wp = find_next_popup(TRUE)) != NULL)
|
||||
{
|
||||
@@ -1066,6 +1067,7 @@ update_popups(void)
|
||||
|
||||
// Draw the popup text.
|
||||
win_update(wp);
|
||||
popup_visible = TRUE;
|
||||
|
||||
wp->w_winrow -= top_off;
|
||||
wp->w_wincol -= left_off;
|
||||
|
Reference in New Issue
Block a user