Fix selected line in list view after "set start and offset the rest" - thx Janusz / Tom :)

https://forum.doom9.org/showthread.php?p=1957260#post1957260
This commit is contained in:
niksedk 2021-11-12 20:20:12 +01:00
parent 3ba85674bc
commit 404121912f

View File

@ -22564,6 +22564,7 @@ namespace Nikse.SubtitleEdit.Forms
checkBoxSyncListViewWithVideoWhilePlaying.Checked = oldSync;
timeUpDownStartTime.MaskedTextBox.TextChanged += MaskedTextBoxTextChanged;
RefreshSelectedParagraph();
}
}