commit | c1f87c9a31e0c91f2d936661e1c4df8e12e19766 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 19:33:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 19:33:16 2019 +0200 |
tree | 5d82b57fe05fdb1a60da3687f7490d89c0b8a5ba | |
parent | c7c5f10a36fdeea353e026da28526ff9fb35e367 [diff] [blame] |
patch 8.1.1906: info popup size is sometimes incorrect Problem: Info popup size is sometimes incorrect. Solution: Compute the position and size after setting the content.
diff --git a/src/version.c b/src/version.c index ae0bd9c..6d5f96e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1906, +/**/ 1905, /**/ 1904,