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

Add tolerance when drag-scrolling editor timeline #29020

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented Jul 23, 2024

Closes #28983.

While the direct cause of this is most likely mouse confine in full-screen, it shouldn't/can't really be disabled just for this, and I also get this on linux in windowed mode.

In checking other apps, adding some tolerance to this sort of drag-scroll behaviour seems like a sane UX improvement anyways.

Closes ppy#28983.

While the direct cause of this is most likely mouse confine in
full-screen, it shouldn't/can't really be disabled just for this,
and I also get this on linux in *windowed* mode.

In checking other apps, adding some tolerance to this sort of
drag-scroll behaviour seems like a sane UX improvement anyways.
@pull-request-size pull-request-size bot added size/M and removed size/S labels Jul 23, 2024
@peppy
Copy link
Sponsor Member

peppy commented Jul 23, 2024

@bdach please check cc4ed0f. Make some tweaks to make dragging feel better to me.

Of note, I don't know if SS coordinates are more correct or not here, but can see them leading to bad results for high DPI cases maybe.

@bdach
Copy link
Collaborator Author

bdach commented Jul 23, 2024

Aside from the above no objections to the rest 👍

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
@peppy peppy merged commit a9ccb50 into ppy:master Jul 23, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Unable to scrub timeline by dragging selection rectangle to the left in the editor when fullscreen
2 participants