commit | 70cf45810cb9be5bd17074f7fb4ee238f2c4d57b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 27 20:43:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 27 20:43:26 2020 +0100 |
tree | a985f1b4c9e9fef6868384b5b9e8fd786a472037 | |
parent | 68a48ee55e55c189b03a6718a0d06af1dfedcd16 [diff] [blame] |
patch 8.2.1913: GTK GUI: rounding for the cell height is too strict Problem: GTK GUI: rounding for the cell height is too strict. Solution: Round up above 15/16 of a pixel. (closes #7203)
diff --git a/src/version.c b/src/version.c index adef583..b83bc48 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1913, +/**/ 1912, /**/ 1911,