]> granicus.if.org Git - vim/commitdiff
patch 7.4.842 v7.4.842
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Aug 2015 20:25:10 +0000 (22:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Aug 2015 20:25:10 +0000 (22:25 +0200)
Problem:    Sending too many messages to close the balloon.
Solution:   Only send a WM_CLOSE message. (Jurgen Kramer)

src/gui_w32.c
src/version.c

index 20e94c3690dcd144ad8417b8e384d4e81b606aee..b35c8ab8fa3169d3279cf360cc8ea2b0c1a7c548 100644 (file)
@@ -4837,8 +4837,6 @@ 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);
 }
 
 /*ARGSUSED*/
index bc95c5d6fdb0a9fe29621e08e7b3c54520e52090..37df414e78eb2b1302b6136bcfd37f698a3e2b32 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    842,
 /**/
     841,
 /**/