commit | 604e207e277767a67cbf4a6a179080efb830b9e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 14:22:03 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 19 14:22:03 2021 +0100 |
tree | b6766d4592600109d5e677103c9581e97e3db0c9 | |
parent | d43d8e28db9afe693002a39e003ba1ece1a8319a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2a3e08d..28a70fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3539, +/**/ 3538, /**/ 3537,