GUI: Made the symbols menu talk more

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4181 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-09-03 09:13:41 +00:00
parent 486798c580
commit 8cd6e1d409
4 changed files with 30 additions and 9 deletions

View File

@ -518,7 +518,10 @@ void Host_UpdateStatusBar(const char* _pText, int Field)
event.SetInt(Field);
// Post message
// TODO : this has been said to cause hang (??) how is that even possible ? :d
event.StopPropagation();
wxPostEvent(main_frame, event);
// Process the event before continue
wxYieldIfNeeded();
}
void Host_SetWiiMoteConnectionState(int _State)