From 7fc2536f8fe8282d281c520be7bc9d31f1530712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Wed, 17 Dec 2014 11:11:37 +0000 Subject: [PATCH] [GB.FORM] * BUG: Remove a WAIT inside the Balloon.Hide method. git-svn-id: svn://localhost/gambas/trunk@6747 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- comp/src/gb.form/.src/Balloon/Balloon.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comp/src/gb.form/.src/Balloon/Balloon.class b/comp/src/gb.form/.src/Balloon/Balloon.class index 80f80d517..91781e615 100644 --- a/comp/src/gb.form/.src/Balloon/Balloon.class +++ b/comp/src/gb.form/.src/Balloon/Balloon.class @@ -48,7 +48,7 @@ Static Public Sub Hide(Optional Control As Control) If Control And If FBalloon.GetControl() <> Control Then Return 'Debug FBalloon.Hide - Wait + 'Try Wait End