commit | 6b40f303291be6b2fe524b5708e089773048c269 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 03 22:01:47 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 03 22:01:47 2017 +0100 |
tree | b1218afefdd00a14509c86fbefe601596bd97de7 | |
parent | cbf20fbcd3e9bb006f694bcc35da859930fb12a2 [diff] [blame] |
patch 8.0.0299: a window resize is sometimes not taking effect Problem: When the GUI window is resized Vim does not always take over the new size. (Luchr) Solution: Reset new_p_guifont in gui_resize_shell(). Call gui_may_resize_shell() in the main loop.
diff --git a/src/version.c b/src/version.c index 93a59cd..fa51e56 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 299, +/**/ 298, /**/ 297,