Skip to content

Commit

Permalink
Fix for "Set end, offset the rest" - thx OmrSi :)
Browse files Browse the repository at this point in the history
Fix #3067
  • Loading branch information
niksedk committed Aug 29, 2018
1 parent b52621a commit 855da7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Forms/Main.cs
Expand Up @@ -13512,6 +13512,7 @@ private void SetEndAndOffsetTheRest(bool goToNext)
checkBoxSyncListViewWithVideoWhilePlaying.Checked = oldSync;
numericUpDownDuration.Value = (decimal)_subtitle.Paragraphs[index].Duration.TotalSeconds;
numericUpDownDuration.ValueChanged += NumericUpDownDurationValueChanged;
RefreshSelectedParagraph();

for (int i = index + 1; i < SubtitleListview1.Items.Count; i++)
{
Expand Down

0 comments on commit 855da7e

Please sign in to comment.