]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0861: GTK4: bleed region updates in jumps v9.2.0861
authorFoxe Chen <chen.foxe@gmail.com>
Mon, 27 Jul 2026 19:13:22 +0000 (19:13 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 27 Jul 2026 19:22:47 +0000 (19:22 +0000)
commit074e419c44620a58df88dead0c31b850241afda8
tree93c97daaa13454eb58289c2d484cdd37ac9d2993
parent247a4cb45e5d9b03e4cb0bbf1eddd0538471649d
patch 9.2.0861: GTK4: bleed region updates in jumps

Problem:  In the GTK4 GUI (GtkSnapshot) the bleed region is only
          repainted when the text grid changes by a whole cell,
          so during a resize it updates in jumps of several pixels
          instead of following the window edge smoothly.
Solution: Redraw the draw area whenever the bleed values change
          (Foxe Chen).

closes: #20851

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/gui.c
src/gui_gtk4.c
src/proto/gui_gtk4.pro
src/version.c