From e0f1365a4cfa503bbd363b4fa133bf8981b68910 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bellai=20=C3=81d=C3=A1m?= Date: Fri, 6 Oct 2017 06:27:53 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30546 --- client/DxPlay/PlayerForm.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client/DxPlay/PlayerForm.cs b/client/DxPlay/PlayerForm.cs index b2c0d0d0..aba635fd 100644 --- a/client/DxPlay/PlayerForm.cs +++ b/client/DxPlay/PlayerForm.cs @@ -362,7 +362,12 @@ namespace DxPlay { }; segments.Add(segment); } - + UpdateDataChanged(); + } + + private void UpdateDataChanged() { + dgSegments.DataSource = null; + dgSegments.DataSource = bsSegments; } private void OnActualPositionToTCOutToolStripMenuItem1Click(object sender, EventArgs e) { @@ -395,6 +400,7 @@ namespace DxPlay { }; segments.Add(segment); } + UpdateDataChanged(); } private bool IsTCInBeforeTCOut(Timecode tcIn, Timecode tcOut) { -- 2.54.0