-
-
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
Fix glitch in undo/redo of note edits via the menu #5789
Fix glitch in undo/redo of note edits via the menu #5789
Conversation
🤖 Hey, I'm @LmmsBot from github.com/lmms/bot and I made downloads for this pull request, click me to make them magically appear! 🎩
Linux
Windows
macOS🤖{"platform_name_to_artifacts": {"Linux": [{"artifact": {"title": {"title": "(AppImage)", "platform_name": "Linux"}, "link": {"link": "https://10524-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.14%2Bgf24b32e-linux-x86_64.AppImage"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/10524?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}], "Windows": [{"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://10520-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.14%2Bgf24b32e41-mingw-win32.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/10520?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://10522-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.14%2Bgf24b32e41-mingw-win64.exe"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/10522?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}, {"artifact": {"title": {"title": "32-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/oehvudo5cqu5gf66/artifacts/build/lmms-1.3.0-alpha-msvc2017-win32.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36343611"}, {"artifact": {"title": {"title": "64-bit", "platform_name": "Windows"}, "link": {"link": "https://ci.appveyor.com/api/buildjobs/4pcqdclsb455tjx9/artifacts/build/lmms-1.3.0-alpha-msvc2017-win64.exe"}}, "build_link": "https://ci.appveyor.com/project/Lukas-W/lmms/builds/36343611"}], "macOS": [{"artifact": {"title": {"title": "", "platform_name": "macOS"}, "link": {"link": "https://10523-15778896-gh.circle-artifacts.com/0/lmms-1.3.0-alpha.1.14%2Bgf24b32e41-mac10.13.dmg"}}, "build_link": "https://circleci.com/gh/LMMS/lmms/10523?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"}]}, "commit_sha": "f61aed0364fcba740c2a4f884cc8d64885816d6b"} |
I've tested this and it fixes #5722 |
@zonkmachine can you make sure this doesn't interfere with any other normal operation? |
Yes, I need to test if the commit that caused this issue still works. |
Undo via menu works well. Via hotkey too.
|
@superpaik : That's strange indeed. I can also reproduce this with the current master, so it appears not to be related to this PR. Maybe file another issue if you can also confirm this on master? |
@thmueller64 Yes, it happens in the master as well, so it's not related to this PR. |
Some testing. At a quick workthrough everything looks fine to me. I'm not sure I tested everything related to 5d7e672 . I don't have time to do a deeper check right now but I don't think that's necessary. I think this is fine to merge. |
I could replicate the issue that @superpaik describes but only once. It's definitely intermittent for me. |
Addresses #5722.