X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce9b1bfd310e61bbfb5ad1e568144fe9efc14f7..dcbbda5451ead669e94e17a2a4d206295bed183b:/wxPython/docs/MigrationGuide.txt diff --git a/wxPython/docs/MigrationGuide.txt b/wxPython/docs/MigrationGuide.txt index 486939494e..24bbb6540e 100644 --- a/wxPython/docs/MigrationGuide.txt +++ b/wxPython/docs/MigrationGuide.txt @@ -874,7 +874,7 @@ new Navigate method in the wx.Window class to help send the event and it is used something like this:: flags = wx.NavigationKeyEvent.IsForward - if event.ShiftDown: + if event.ShiftDown(): flags = wx.NavigationKeyEvent.IsBackward if event.ControlDown(): flags |= wx.NavigationKeyEvent.WinChange