X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d391b80e0466d53aaec43c94c75a703030bd0538..431839ac8e74421678a5c3d619c97035f4616cc6:/wxPython/docs/MigrationGuide.html 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