]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0857: GTK cell height can be a pixel too much v8.2.0857
authorBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 11:53:04 +0000 (13:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 11:53:04 +0000 (13:53 +0200)
commit5cd1cb9ff9d04979ff4cbc36ca8416d83364505d
treed8e8508dc14849eedd34773baba99a2a5ef6b067
parent928eec649b8af389de0fdb7aba2034d27df3e058
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)
src/gui_gtk_x11.c
src/version.c