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:
gambas 2022-04-17 21:45:40 +02:00
parent 7508d59eb5
commit bdad666477

View file

@ -460,9 +460,9 @@ Public Sub MediaPlayer_End()
End
Public Sub Form_Arrange()
Public Sub Form_Close()
$hPlayer.Stop()
$hPlayer = Null
End