From b23536aa4ebb88359f004b6d4f9b84d608836a2f Mon Sep 17 00:00:00 2001 From: xiang Date: Sun, 27 Oct 2024 20:43:38 +0800 Subject: [PATCH] update --- Task.cs | 1 + Video.xaml | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Task.cs b/Task.cs index 9e1f0ff..a3b0f17 100644 --- a/Task.cs +++ b/Task.cs @@ -19,6 +19,7 @@ namespace VideoConcat progressBar.Dispatcher.Invoke(() => { progressBar.Value = i; + }); }); System.Threading.Thread.Sleep(50); diff --git a/Video.xaml b/Video.xaml index f8a05f4..7536aa6 100644 --- a/Video.xaml +++ b/Video.xaml @@ -9,10 +9,14 @@ mc:Ignorable="d" Title="视频" Height="450" Width="800" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" > - -