[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:
parent
3c8efd56e9
commit
7fc2536f8f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue