mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Fixed: Char/sec for original line incorrect - thx Gent :)
This commit is contained in:
parent
ab6ca0e860
commit
c73399be6b
@ -8171,7 +8171,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
textBoxListViewTextAlternate.TextChanged -= TextBoxListViewTextAlternateTextChanged;
|
||||
textBoxListViewTextAlternate.Text = original.Text;
|
||||
textBoxListViewTextAlternate.TextChanged += TextBoxListViewTextAlternateTextChanged;
|
||||
UpdateListViewTextCharactersPerSeconds(labelAlternateCharactersPerSecond, p);
|
||||
UpdateListViewTextCharactersPerSeconds(labelAlternateCharactersPerSecond, original);
|
||||
_listViewAlternateTextUndoLast = original.Text;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user