commit | ee93e327ba31e8efb1b7de6209bdc992778b809b | [log] [tgz] |
---|---|---|
author | Chris Dalton <csmartdalton@gmail.com> | Tue Nov 23 12:27:48 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 23 12:27:48 2021 +0000 |
tree | 9ff64321d9f6787a5433f5d4ab7bddc915fee6a6 | |
parent | b771b6b5fe2ec36d23c21ab8229b15c80780468c [diff] [blame] |
patch 8.2.3654: GTK: a touch-drag does not update the selection Problem: GTK: a touch-drag does not update the selection. Solution: Add GDK_BUTTON1_MASK to the state. (Chris Dalton, close #9196, closes #9194)
diff --git a/src/version.c b/src/version.c index 8566cc3..f849252 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3654, +/**/ 3653, /**/ 3652,