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

Touch zones: fix loss of overrides when re-registering a zone #5658

Merged
merged 1 commit into from
Nov 30, 2019

Commits on Nov 30, 2019

  1. Touch zones: fix loss of overrides when re-registering a zone

    Happens with "Inverse reading order", which re-registers
    the Reader tap forward/backward zones and would prevent
    tap menu and bookmark from working.
    Before, when removing them, we would lose all the override=
    set on them by other touch zones (tap menu, bookmarks...),
    and so they were no more ensured after re-adding the zone.
    So, make sure we don't lose that info.
    poire-z committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    e12e43b View commit details
    Browse the repository at this point in the history