* Olly Betts <[email protected]>, 2014-08-24, 03:53:
++        if key_code == wx.WXK_PAGEUP and event.GetModifiers() == 0:
++            self.GetParent().GetParent().GetParent().on_next_page(event)
++        elif key_code == wx.WXK_PAGEDOWN and event.GetModifiers() == 0:
++            self.GetParent().GetParent().GetParent().on_previous_page(event)

This is the wrong way round... PageUp should move to the previous page, PageDown to the next one.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to