commit | 8c8b88d0ccb7204bb829669885c2e886b7f483bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 30 20:32:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 30 20:32:41 2019 +0200 |
tree | 207f53f52b096edd72180aa6b3ab85f446ff65c2 | |
parent | f386f08ccbd88e28479a4131a1b919bd3c0913ea [diff] [blame] |
patch 8.1.1778: not showing the popup window right border is confusing Problem: Not showing the popup window right border is confusing. Solution: Also show the border when there is no close button. (closes #4747)
diff --git a/src/version.c b/src/version.c index 281e7e2..4ae1905 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1778, +/**/ 1777, /**/ 1776,