mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(ConvertMedia): pressing 'Enter' in the text box concludes dialog.
This commit is contained in:
@@ -48,5 +48,10 @@ namespace GARbro.GUI
|
||||
{
|
||||
this.DialogResult = true;
|
||||
}
|
||||
|
||||
private void acb_OnEnterKeyDown (object sender, KeyEventArgs e)
|
||||
{
|
||||
this.DialogResult = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user