1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

find/replace: bring window to front when activated

This commit is contained in:
Rodger Combs 2017-11-25 23:26:31 -06:00 committed by Thomas Goyne
parent 275a35fdeb
commit a88835e253

View File

@ -188,4 +188,5 @@ void DialogSearchReplace::Show(agi::Context *context, bool replace) {
diag->find_edit->SetFocus();
diag->find_edit->SelectAll();
diag->wxDialog::Show();
diag->Raise();
}