patch 9.1.1427: rendering artifacts with the tabpanel
Problem: rendering artifacts with the tabpanel
(char101)
Solution: prevent double redraw, use Columns instead of frame width
(Hirohito Higashi)
fixes: #17429
closes: #17435
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c
index 3160bdf..c9a1c16 100644
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1427,
+/**/
1426,
/**/
1425,