commit | 3ae50c775c00b098cdfc9e90b17c4cc07f00e08d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 18:18:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 18:18:06 2020 +0100 |
tree | acfbf0e1eed648c5656517dea61bfa941877d591 | |
parent | 709664cca0b59b69caa1ed40ebfcf00b2c672693 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e4c3c67..5bc5f55 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2132, +/**/ 2131, /**/ 2130,