1
0
forked from aniani/vim

patch 8.2.2132: padding not drawn properly for popup window with title

Problem:    Padding not drawn properly for popup window with title.
Solution:   Draw the padding below the title. (closes #7460)
This commit is contained in:
Bram Moolenaar
2020-12-12 18:18:06 +01:00
parent 709664cca0
commit 3ae50c775c
5 changed files with 39 additions and 8 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2132,
/**/
2131,
/**/