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

Fix flashing on HiDPI screens #27

Open
wants to merge 4 commits into
base: app
Choose a base branch
from
Open

Commits on Nov 18, 2020

  1. Fix flashing on HiDPI screens, including configurability should the e…

    …rror exist on no-HiDPI screens too. (Issue stuartlangridge#6)
    moqmar committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    2c65b83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a079507 View commit details
    Browse the repository at this point in the history
  3. HiDPI-related: Fix center to grab the correct color

    Not sure what was wrong with the old formula, but I think it had something to do with using the latest_pb instead of pb, which then broke on HiDPI screens again, making not the center center color the one picked but the top center one.
    moqmar committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    32996ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    193515b View commit details
    Browse the repository at this point in the history