Welcome dialog: Stop the media player when the form is closed.
[DEVELOPMENT ENVIRONMENT] * BUG: Welcome dialog: Stop the media player when the form is closed.
This commit is contained in:
parent
7508d59eb5
commit
bdad666477
1 changed files with 4 additions and 4 deletions
|
@ -460,9 +460,9 @@ Public Sub MediaPlayer_End()
|
|||
|
||||
End
|
||||
|
||||
|
||||
Public Sub Form_Arrange()
|
||||
|
||||
Public Sub Form_Close()
|
||||
|
||||
$hPlayer.Stop()
|
||||
$hPlayer = Null
|
||||
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue