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: transpose selected region correctly #397 #564

Merged
merged 2 commits into from
Dec 4, 2023

Commits on Dec 3, 2023

  1. fix: transpose selected region correctly #397

    On wayland, window and screen dimensions reported by Qt differ if
    "normal" scaling is used, or the experimental fractional scaling
    (scale-monitor-framebuffer). To transpose the selected region from
    window position to screenshot position robustly, it's better to use
    Qt's window dimensions as reference instead of the Qt's screen
    dimensions.
    dynobo committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    79404fa View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    eb6bec7 View commit details
    Browse the repository at this point in the history