commit | ff94bd9e4779b918f3761035f43a97ba7175b3ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 12:25:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 12:25:47 2020 +0100 |
tree | e0f1ff53566e1ecaab6efc31a2c09616e2a5abec | |
parent | 813196784ad2a3a8cd65be5e975769d9768a728e [diff] [blame] |
patch 8.2.2043: GTK3: white border around text stands out Problem: GTK3: white border around text stands out. Solution: Use current theme color. (closes #7357, issue #349)
diff --git a/src/version.c b/src/version.c index fcd7243..a187618 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2043, +/**/ 2042, /**/ 2041,