-
-
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
Pattern Editor - Copy and paste of patterns is broken #6756
Comments
I probed this further. On the original PR #5627, it's commit ebc808e that is responsible.
|
Been looking at some suspected code for trying to track down the missing stuff but couldn't understand what was missed (mainly because how everything changed after reorg and comparing the diff of that pr and master makes little sense). If you got anything more, please post it here. |
The changes from ebc808e are now in https://github.com/LMMS/lmms/blob/master/src/gui/clips/ClipView.cpp |
Update: i probed a bit more in the issue tracker and found #6002, apparently, this issue is a duplicate of that one. Closing or are you leaving this here.
I looked that file and found very little related code. Might have been moved somewhere in between the refactor. |
Thanks, closing this one!
Copy a section of the commit I mentioned that looks general enough. Then search on the page I linked to. The code is there. |
Bug Summary
Copy and paste of patterns in the Pattern Editor is broken.
Steps to reproduce
In the Pattern Editor. With the context menu, copy a pattern from one pattern to the other. Can't do it!
Affected LMMS versions
The issue was introduced in b64fe8e Update: On the original PR #5627, it's commit ebc808e that is responsible.
@IanCaio
The text was updated successfully, but these errors were encountered: