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 headers move on pinch-zoom #9033

Merged
merged 1 commit into from May 15, 2024
Merged

Conversation

Minion3665
Copy link
Member

While zooming, things like the cursor move along with the zoom. The headers instead stayed fixed until the zoom is complete. This is inconsistent with panning, and worsens your experience when zooming

Additionally, I refactored the code in the HeaderInfo update() function a little since as so much of it needed to change anyway

Change-Id: I100de8f1fd62b831c285c9acab456260dbb77ead

  • Resolves: #
  • Target version: master

Summary

TODO

  • ...

Checklist

  • Code is properly formatted
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

@Minion3665 Minion3665 requested a review from eszkadev May 13, 2024 09:05
@Minion3665 Minion3665 force-pushed the private/skyler/pinch-zoom-headers branch from 9073989 to a1660a3 Compare May 13, 2024 15:10
@Minion3665
Copy link
Member Author

Minion3665 commented May 14, 2024

-2, do not merge. It seems like this might be causing some issues with stopping/starting zooms on iOS fixed

@Minion3665 Minion3665 force-pushed the private/skyler/pinch-zoom-headers branch 2 times, most recently from 44ebbf6 to d38810c Compare May 14, 2024 12:11
While zooming, things like the cursor move along with the zoom. The
headers instead stayed fixed until the zoom is complete. This is
inconsistent with panning, and worsens your experience when zooming

Signed-off-by: Skyler Grey <[email protected]>
Change-Id: I100de8f1fd62b831c285c9acab456260dbb77ead
@Minion3665 Minion3665 force-pushed the private/skyler/pinch-zoom-headers branch from d38810c to b508acc Compare May 14, 2024 13:03
Copy link
Contributor

@gokaysatir gokaysatir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@Minion3665 Minion3665 merged commit a8af953 into master May 15, 2024
14 checks passed
@Minion3665 Minion3665 deleted the private/skyler/pinch-zoom-headers branch May 15, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants