-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Outer border for melody clips is drawn one pixel too much to the right and bottom #5593
Comments
I finally tracked this down now: https://github.com/LMMS/lmms/blob/master/src/tracks/Pattern.cpp#L1126 Apparently each TCO class (instrument, sample track, beat and bassline and automation track) implement their own function for this. There is alot of overlapping functionality, so that should probably be improved in the future. The current problem could be simply be solved by adjusting the relevant part of the paint function to behave like the one for the rest of the TCOs. |
Jup, I changed the title based on your comment in the other issue. Now I adjusted it again based on your observations. The scaled screenshot you attached shows that pretty nicely. See the linked PR I just created. It should fix the problem. |
Again, a suggestion for #5592. |
The melody pattern appears a little bit off (on the right side) compared to the rest.
Originally posted by @russiankumar in #5573 (comment)
Creating this issue to keep track of this bug.
The text was updated successfully, but these errors were encountered: