We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seeking one of the waveforms doesn't seem to work correctly on the latest 2.6/main builds:
A quick bisect shows that the issue was introduced somewhere between 437db42 (good) and 0eccb1b (bad) (diff), so very likely here:
ValueTransformer
WBaseWidget
cc @Swiftb0y
2.6-alpha-138-g0eccb1b2db (HEAD)
macOS 15.1.1
The text was updated successfully, but these errors were encountered:
ACK. Thanks for the report. I'll try to find some time to look into it.
Sorry, something went wrong.
Did a finer-grained bisect, the issue was introduced somewhere in 3aea4ed.
I see, that kinda makes sense. I will double check there.
I'm fairly certain I made a copy-paste error here with Right, it should've been None. I'll verify locally and open a PR.
Right
None
mixxx/src/skin/legacy/legacyskinparser.cpp
Lines 2472 to 2478 in 0eccb1b
b660aa1
Swiftb0y
Successfully merging a pull request may close this issue.
Bug Description
Seeking one of the waveforms doesn't seem to work correctly on the latest 2.6/main builds:
Screen.Recording.2024-11-29.at.15.12.20.mov
A quick bisect shows that the issue was introduced somewhere between 437db42 (good) and 0eccb1b (bad) (diff), so very likely here:
ValueTransformer
andWBaseWidget
#13853cc @Swiftb0y
Version
2.6-alpha-138-g0eccb1b2db (HEAD)
OS
macOS 15.1.1
The text was updated successfully, but these errors were encountered: