]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
No longer emit char events for shift/ctrl presses.
[wxWidgets.git] / src / msw / app.cpp
index 225124f27701e49fd2f02195ceb7f3623c7fb101..ac660f8e3f1603a5bcc67677ac8eb2360fcaba2b 100644 (file)
@@ -1180,7 +1180,7 @@ bool wxYield()
     }
     // If they are pending events, we must process them.
 #if wxUSE_THREADS
-    ProcessPendingEvents();
+    wxTheApp->ProcessPendingEvents();
 #endif
 
     return TRUE;