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)
This commit is contained in:
Chris Dalton
2021-11-23 12:27:48 +00:00
committed by Bram Moolenaar
parent b771b6b5fe
commit ee93e327ba
2 changed files with 23 additions and 1 deletions

View File

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