Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing reading direction on the first page make it so you cannot change pages at all. #9

Open
fake-name opened this issue May 6, 2014 · 1 comment

Comments

@fake-name
Copy link

On the first and last page, only one of the "change page" buttons are drawn.

However, the buttons are not re-drawn when you change from left-right to right-left mode, so if you immediately change the mode, the button you need to actually go to the next page is disabled, and you are stuck.

@fake-name
Copy link
Author

A (hacky) fix for this is to just insert a self.drawPage(); call in the toggleReadingMode() function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant