mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Go to first empty line now also focus it - thx Jamak :)
This commit is contained in:
parent
7014015433
commit
9b1d5385ed
@ -11005,7 +11005,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(_subtitle.Paragraphs[index].Text))
|
||||
{
|
||||
SubtitleListview1.SelectIndexAndEnsureVisible(index);
|
||||
SubtitleListview1.SelectIndexAndEnsureVisible(index, true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user