We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f309d commit 050e73cCopy full SHA for 050e73c
docs/Migration-guide.md
@@ -475,7 +475,7 @@ so this should make Qt apps work smoothly.
475
476
In wxPython apps you have to implement both approaches for
477
integrating with existing message loop at the same time:
478
-1. Call `cef.DoMessageLoopWork` in a 10ms timer
+1. Call `cef.MessageLoopWork` in a 10ms timer
479
2. Set `ApplicationSettings.external_message_pump` to True
480
481
This is not a correct approach and is only a temporary fix for wxPython
0 commit comments