Go to first empty line now also focus it - thx Jamak :)

This commit is contained in:
niksedk 2015-08-10 16:11:12 +02:00
parent 7014015433
commit 9b1d5385ed

View File

@ -11005,7 +11005,7 @@ namespace Nikse.SubtitleEdit.Forms
{
if (string.IsNullOrWhiteSpace(_subtitle.Paragraphs[index].Text))
{
SubtitleListview1.SelectIndexAndEnsureVisible(index);
SubtitleListview1.SelectIndexAndEnsureVisible(index, true);
return;
}
}