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 toolbox settings hiding when dragging a slider #31596

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rudicito
Copy link
Contributor

@Rudicito Rudicito commented Jan 20, 2025

Need ppy/osu-framework#6500

Fix in the beatmap loading screen and in a replay

Before :

In replay

before.mp4

In beatmap loading

before.beatmap.mp4

After:

In replay

after.mp4

In beatmap loading

after.beatmap.mp4

@Rudicito Rudicito marked this pull request as draft January 20, 2025 17:18
@Rudicito Rudicito marked this pull request as ready for review January 20, 2025 17:40
@Rudicito Rudicito marked this pull request as draft January 20, 2025 19:26
@Rudicito
Copy link
Contributor Author

There is a issue, when the slider is released, the setting doesn't hide.

issue1.mp4

Please don't review. I think there is a understanding issue by me

@Rudicito
Copy link
Contributor Author

Rudicito commented Jan 21, 2025

So, the reason of the issue is that it's only update with OnHover and OnHoverLost, so it's not updating when releasing a slider outside the toolbox. I tried adding OnMouseUp but it didn't work, inputManager.DraggedDrawable is true in this call. If someone could suggest me an idea it would be cool, I'm learning C#.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant