X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce9b1bfd310e61bbfb5ad1e568144fe9efc14f7..77c46f00b51b8476ec53691dabbc2fa8a7f6a165:/wxPython/docs/MigrationGuide.html?ds=sidebyside diff --git a/wxPython/docs/MigrationGuide.html b/wxPython/docs/MigrationGuide.html index 9727ec6fad..90209ddcbe 100644 --- a/wxPython/docs/MigrationGuide.html +++ b/wxPython/docs/MigrationGuide.html @@ -787,7 +787,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