commit | 5cd1cb9ff9d04979ff4cbc36ca8416d83364505d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 13:53:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 13:53:04 2020 +0200 |
tree | d8e8508dc14849eedd34773baba99a2a5ef6b067 | |
parent | 928eec649b8af389de0fdb7aba2034d27df3e058 [diff] [blame] |
patch 8.2.0857: GTK cell height can be a pixel too much Problem: GTK cell height can be a pixel too much. Solution: Subtract 3 instead of 1 when rounding. (closes #6168)
diff --git a/src/version.c b/src/version.c index c472819..5bd8609 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 857, +/**/ 856, /**/ 855,