]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0519: GTK4: GUI tabline is not displayed correctly v9.2.0519
authorFoxe Chen <chen.foxe@gmail.com>
Sat, 23 May 2026 18:35:07 +0000 (18:35 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 23 May 2026 18:35:07 +0000 (18:35 +0000)
commit3a54de8f441730dfe617892c7a08817252618a1c
tree414753e1fbd936d66d4207d768b56b88cfcf4c91
parentf42ce78f770a68a8bb15209cc6def9b7763062f6
patch 9.2.0519: GTK4: GUI tabline is not displayed correctly

Problem:  GTK4: GUI tabline is not displayed correctly, and double
          increments the index in the for() loop
Solution: Drop the additional increment (Foxe Chen)

closes: #20299

Co-Authored-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/gui_gtk4.c
src/gui_gtk_x11.c
src/version.c