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:
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…
x
Reference in New Issue
Block a user