summaryrefslogtreecommitdiff
path: root/wx+/popup_dlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/popup_dlg.cpp')
-rw-r--r--wx+/popup_dlg.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wx+/popup_dlg.cpp b/wx+/popup_dlg.cpp
index ee682e19..541a787c 100644
--- a/wx+/popup_dlg.cpp
+++ b/wx+/popup_dlg.cpp
@@ -233,6 +233,8 @@ public:
GetSizer()->SetSizeHints(this); //~=Fit() + SetMinSize()
Center(); //needs to be re-applied after a dialog size change!
+ Raise(); //[!] popup may be triggered by ffs_batch job running in the background!
+
if (m_buttonAccept->IsEnabled())
m_buttonAccept->SetFocus();
else if (m_buttonAccept2->IsEnabled())
bgstack15