Add AcceptButton in Adjust-duration + FCE

This commit is contained in:
Nikolaj Olsson 2024-08-26 20:24:41 +02:00
parent 6072fa1956
commit 511192a2fc
2 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,8 @@ namespace Nikse.SubtitleEdit.Forms
}
FixEnabled();
AcceptButton = buttonOK;
}
private void FixLargeFonts()

View File

@ -605,6 +605,8 @@ namespace Nikse.SubtitleEdit.Forms
FixLargeFonts();
listView1.Select();
AcceptButton = buttonNextFinish;
}
private void FixLargeFonts()