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

Commits on Jul 23, 2024

  1. Add tolerance when drag-scrolling editor timeline

    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.
    bdach committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    38fc6f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc4ed0f View commit details
    Browse the repository at this point in the history
  3. Change order of application to avoid bias to side with more room to drag

    Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
    peppy and bdach authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    aed7ba9 View commit details
    Browse the repository at this point in the history