commit | 4814ccbdf0e99e2d33e1ac926c59f677f5c2afe2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 18:44:53 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 18:44:53 2018 +0100 |
tree | 5b812bff6f81a0b9fd1d607114121d47ac618203 | |
parent | 81df63537e281da38b45bc1806e2b4582e804242 [diff] [blame] |
patch 8.1.0626: MS-Windows: no resize to fit parent when using --windowid Problem: MS-Windows: no resize to fit parent when using --windowid. Solution: Pass FALSE for "mustset" in gui_set_shellsize(). (Agorgianitis Loukas, closes #3616)
diff --git a/src/version.c b/src/version.c index 594be52..4d39dde 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 626, +/**/ 625, /**/ 624,