commit | 5f763348186007e91932f5134da8dbd0d3bffb11 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 17 22:54:10 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 17 22:54:10 2019 +0100 |
tree | e583d0c03de437a21881cbb7306e5e3d692f7211 | |
parent | 37ff4cf87069e54f991d86df9beff19bfdd15875 [diff] [blame] |
patch 8.1.2318: MS-Windows GUI: main background shows in toolbar Problem: MS-Windows GUI: main background shows in toolbar. Solution: Remove transparency from the toolbar. (Simon Sadler)
diff --git a/src/version.c b/src/version.c index 42100a0..1adf523 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2318, +/**/ 2317, /**/ 2316,