commit | 73658317bacd9a0264dfaa32288de6ea1f236fe5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 17:41:57 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 17:41:57 2018 +0200 |
tree | 2786649ca7688022155b0601b5d64f12550c1be0 | |
parent | f1f2f837bc85c93ba81176383cccd6734f0129fb [diff] [blame] |
patch 8.0.1756: GUI: after prompting for a number the mouse shape is wrong Problem: GUI: after prompting for a number the mouse shape is sometimes wrong. Solution: Call setmouse() after setting "State". (Hirohito Higashi, closes #2709)
diff --git a/src/version.c b/src/version.c index 5b41568..0960c91 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1756, +/**/ 1755, /**/ 1754,