Skip to content

Commit

Permalink
Hotfix broken merging (v1.4.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbutkiewicz committed Nov 29, 2024
1 parent 68826c9 commit 4a16c0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions SharpCut.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Global
{FAF3538D-9196-4355-8BE2-4DB3E5CA82D8}.Debug|x64.ActiveCfg = Debug|x64
{FAF3538D-9196-4355-8BE2-4DB3E5CA82D8}.Debug|x64.Build.0 = Debug|x64
{FAF3538D-9196-4355-8BE2-4DB3E5CA82D8}.Release|x64.ActiveCfg = Release|x64
{FAF3538D-9196-4355-8BE2-4DB3E5CA82D8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion SharpCut/Resources/BuildDate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fri 11/29/2024 1:52:29.42
Fri 11/29/2024 2:13:41.74
1 change: 0 additions & 1 deletion SharpCutCommon/Video/Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ public void Merge(string originalFileName, List<string> toMerge, string containe

progressDialog = new ProgressDialog();
progressDialog.ProgressTitle = Resources.MergingFiles;
progressDialog.ShowDialog();
}

/// <summary>
Expand Down

0 comments on commit 4a16c0b

Please sign in to comment.