mirror of https://github.com/odrling/Aegisub
Select the contents of the find box when opening the search/replace dialog
This commit is contained in:
parent
de68a1995d
commit
c1b99aba0e
|
@ -180,5 +180,6 @@ void DialogSearchReplace::Show(agi::Context *context, bool replace) {
|
|||
diag = new DialogSearchReplace(context, replace);
|
||||
|
||||
diag->find_edit->SetFocus();
|
||||
diag->find_edit->SelectAll();
|
||||
diag->wxDialog::Show();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue