mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
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:
parent
3ba85674bc
commit
404121912f
@ -22564,6 +22564,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
|
||||
checkBoxSyncListViewWithVideoWhilePlaying.Checked = oldSync;
|
||||
timeUpDownStartTime.MaskedTextBox.TextChanged += MaskedTextBoxTextChanged;
|
||||
RefreshSelectedParagraph();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user