Patch level : 2.0 nopatch

Files correlati     : avagadll.dll
Ricompilazione Demo : [ ]
Commento            :

Corretto ciclo di attesa eventi


git-svn-id: svn://10.65.10.50/trunk@11182 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-05-23 10:43:03 +00:00
parent 568f53bef1
commit c1c0857d33

View File

@ -1232,9 +1232,6 @@ void xvt_app_process_pending_events(void)
{
if (wxTheApp != NULL)
{
#ifdef WIN32
::WaitMessage();
#endif
for (int m = 0; m < 4 && wxTheApp->Pending(); m++)
wxTheApp->Dispatch();
}