commit | 023fd5d21323fe6dffa080bd20c4d39e1212d353 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 08 20:31:16 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 08 20:31:16 2020 +0100 |
tree | 80b140bfaed8f1a8d1294aa7336e74d1e53e0b5d | |
parent | 8e1cbb55c389bdc4eade7a67309d5042fbcdca7d [diff] [blame] |
patch 8.2.2111: GTK: menu background is the same color as the main window Problem: GTK: Menu background is the same color as the main window. Solution: Fix white space around the test in another way. (closes #7437, closes #7427)
diff --git a/src/version.c b/src/version.c index 6580dbd..07dc6a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2111, +/**/ 2110, /**/ 2109,