1
0
forked from aniani/vim

patch 8.2.3539: GTK3: with 'rightleft' set scrollbar may move unintentionally

Problem:    GTK3: with 'rightleft' set scrollbar may move unintentionally.
Solution:   Ignore events while moving the scrollbar thumb. (closes #8958)
This commit is contained in:
Bram Moolenaar
2021-10-19 14:22:03 +01:00
parent d43d8e28db
commit 604e207e27
2 changed files with 7 additions and 0 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3539,
/**/
3538,
/**/