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

framebuffer: Make sure scaleBySize honors a DPI override #1258

Merged
merged 3 commits into from
Dec 12, 2020

Commits on Dec 12, 2020

  1. Make sure scaleBySize *always* honors a DPI override, even if it's se…

    …t to
    
    the native DPI...
    
    As discussed in koreader/koreader#6977
    NiLuJe committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    c2c6ba9 View commit details
    Browse the repository at this point in the history
  2. Allow clearing a DPI override

    Useful when switching from a custom DPI to the native one.
    NiLuJe committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    fb8c65c View commit details
    Browse the repository at this point in the history
  3. Plug clearDPI into setDPI if it gets a nil

    (As that's what front does)
    NiLuJe committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    8f42740 View commit details
    Browse the repository at this point in the history