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

Make GridSplitter scaling aware. #8315

Merged
merged 3 commits into from
Jun 10, 2022
Merged

Commits on Jun 9, 2022

  1. Make GridSplitter scaling aware.

    When comparing sizes in `GridSplitter.MoveSplitter`, account for `UseLayoutRounding` and DPI scaling by using an epsilon that is the size of a device pixel.
    grokys committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    49ee55f View commit details
    Browse the repository at this point in the history
  2. Read scaling when starting a drag operation.

    Previous implementation didn't update the scaling when moving between monitors.
    grokys committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    553c4bc View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

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