* Olly Betts <o...@survex.com>, 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 debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org