Skip to content

Commit 050e73c

Browse files
authored
Update Migration-guide.md - fix typo
1 parent f9f309d commit 050e73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ so this should make Qt apps work smoothly.
475475

476476
In wxPython apps you have to implement both approaches for
477477
integrating with existing message loop at the same time:
478-
1. Call `cef.DoMessageLoopWork` in a 10ms timer
478+
1. Call `cef.MessageLoopWork` in a 10ms timer
479479
2. Set `ApplicationSettings.external_message_pump` to True
480480

481481
This is not a correct approach and is only a temporary fix for wxPython

0 commit comments

Comments
 (0)