]> granicus.if.org Git - vim/commitdiff
patch 7.4.840 v7.4.840
authorBram Moolenaar <Bram@vim.org>
Wed, 26 Aug 2015 21:12:38 +0000 (23:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 Aug 2015 21:12:38 +0000 (23:12 +0200)
Problem:    Tooltip window stays open.
Solution:   Send a WM_CLOSE message. (Jurgen Kramer)

src/gui_w32.c
src/version.c

index 463351eea75abacc45ea9a7746050779ce6b5c4a..20e94c3690dcd144ad8417b8e384d4e81b606aee 100644 (file)
@@ -4836,6 +4836,7 @@ make_tooltip(beval, text, pt)
 delete_tooltip(beval)
     BalloonEval        *beval;
 {
+    PostMessage(beval->balloon, WM_CLOSE, 0, 0);
     PostMessage(beval->balloon, WM_DESTROY, 0, 0);
     PostMessage(beval->balloon, WM_NCDESTROY, 0, 0);
 }
index a69d93dc46b77dd394e296edc83e2e733140dc11..b842fcf76bc3d9da3cfda2d773183825bb2eefbf 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    840,
 /**/
     839,
 /**/