Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set focus on memcard manager after losing it.
  • Loading branch information
RachelBryk committed Jan 13, 2013
1 parent f7b0c86 commit 6f391a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/Src/MemcardManager.cpp
Expand Up @@ -471,6 +471,7 @@ bool CMemcardManager::CopyDeleteSwitch(u32 error, int slot)
PanicAlert(E_UNK);
break;
}
SetFocus();
return true;
}

Expand Down

0 comments on commit 6f391a2

Please sign in to comment.