From f54e692fbcf11fe0a1828288f1f65baa881e91ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Thu, 12 Oct 2017 09:50:37 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30597 --- client/DxPlay/PlayerForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/DxPlay/PlayerForm.cs b/client/DxPlay/PlayerForm.cs index 231a8b51..117f2d30 100644 --- a/client/DxPlay/PlayerForm.cs +++ b/client/DxPlay/PlayerForm.cs @@ -71,7 +71,7 @@ namespace DxPlay { } private void playEvent() { - if (this.Disposing || this.IsDisposed || m_play == null) + if (!IsHandleCreated || Disposing || IsDisposed || m_play == null) return; //Debug.WriteLine("Event " + m_play.State); //switch (m_play.State) { -- 2.54.0