]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0454: incorrect color for modeless selection with GTK v9.0.0454
authorYour Name <you@example.com>
Tue, 13 Sep 2022 10:25:54 +0000 (11:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Sep 2022 10:25:54 +0000 (11:25 +0100)
commit810cb5a3bf73ff4b084f483aa87cd49c1111bfa9
tree91a99cf66ec5fc15d73b2ee63f3310c24eee7158
parent83a19c5fda0556330860899bfb484addf9178cd0
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)
src/gui_gtk_x11.c
src/version.c