mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
activate main window after operation finished.
This commit is contained in:
parent
870e65cd42
commit
906d168379
@ -184,6 +184,7 @@ namespace GARbro.GUI
|
||||
void OnCreateComplete (object sender, RunWorkerCompletedEventArgs e)
|
||||
{
|
||||
m_progress_dialog.Dispose();
|
||||
m_main.Activate();
|
||||
if (null == m_pending_error)
|
||||
{
|
||||
Settings.Default.appLastCreatedArchive = m_arc_name;
|
||||
|
Loading…
Reference in New Issue
Block a user