mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
More on #5496 - thx Leon :)
This commit is contained in:
parent
26a0266837
commit
97e3749697
@ -10985,6 +10985,11 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
ShowStatus(_language.LineSplitted);
|
||||
SubtitleListview1.SelectedIndexChanged += SubtitleListview1_SelectedIndexChanged;
|
||||
RefreshSelectedParagraph();
|
||||
|
||||
System.Threading.SynchronizationContext.Current.Post(TimeSpan.FromMilliseconds(25), () =>
|
||||
{
|
||||
_lastTextKeyDownTicks = -1; // faster refresh
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user