Skip to content

Commit

Permalink
Merge branch 'release/2.33.33.333'
Browse files Browse the repository at this point in the history
  • Loading branch information
tautcony committed Sep 27, 2022
2 parents b34ec49 + 5982ec4 commit 806e89e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions Time_Shift/Forms/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1111,14 +1111,9 @@ private void dataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs
default:
break;
}
try
{
UpdateGridView(fpsIndex);
}
catch (InvalidOperationException ex)
{
Log(ex.Message);
}

BeginInvoke(new MethodInvoker(() =>
UpdateGridView(fpsIndex)));

void UpdateTime(TimeSpan time)
{
Expand Down
4 changes: 2 additions & 2 deletions Time_Shift/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.33.33.332")]
[assembly: AssemblyFileVersion("2.33.33.332")]
[assembly: AssemblyVersion("2.33.33.333")]
[assembly: AssemblyFileVersion("2.33.33.333")]

0 comments on commit 806e89e

Please sign in to comment.