mirror of https://github.com/odrling/Aegisub
find/replace: bring window to front when activated
This commit is contained in:
parent
275a35fdeb
commit
a88835e253
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue