commit | 810cb5a3bf73ff4b084f483aa87cd49c1111bfa9 | [log] [tgz] |
---|---|---|
author | Your Name <you@example.com> | Tue Sep 13 11:25:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 11:25:54 2022 +0100 |
tree | 91a99cf66ec5fc15d73b2ee63f3310c24eee7158 | |
parent | 83a19c5fda0556330860899bfb484addf9178cd0 [diff] [blame] |
patch 9.0.0454: incorrect color for modeless selection with GTK Problem: Incorrect color for modeless selection with GTK. Solution: Use simple inversion instead of XOR. (closes #11111)
diff --git a/src/version.c b/src/version.c index 9701d6d..9208d6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 454, +/**/ 453, /**/ 452,