[GB.FORM]

* BUG: Remove a WAIT inside the Balloon.Hide method.


git-svn-id: svn://localhost/gambas/trunk@6747 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2014-12-17 11:11:37 +00:00
parent 3c8efd56e9
commit 7fc2536f8f

View file

@ -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