]> granicus.if.org Git - vim/commit
patch 8.2.2803: flicker when the popup menu has an info popup v8.2.2803
authorBram Moolenaar <Bram@vim.org>
Fri, 23 Apr 2021 19:01:34 +0000 (21:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 23 Apr 2021 19:01:34 +0000 (21:01 +0200)
commite0c03c8e107f109eadab145e18544d8e74a6976e
tree447b5b7477f4df9c2f4a7b69c9d579b52ff4183c
parenta6aa16423fdd0518ec9f3074b0d32b1d651d41e8
patch 8.2.2803: flicker when the popup menu has an info popup

Problem:    Flicker when the popup menu has an info popup.
Solution:   Avoid drawing over the popup when it's going to be redrawn in the
            same position. (closes #8131)  Also avoid redrawing the scrollbar.
src/drawscreen.c
src/globals.h
src/popupmenu.c
src/proto/popupmenu.pro
src/version.c