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 bug #265 #268

Merged
merged 1 commit into from
May 3, 2023
Merged

Fix bug #265 #268

merged 1 commit into from
May 3, 2023

Conversation

seagetch
Copy link
Contributor

@seagetch seagetch commented May 3, 2023

Fixed #265

Before patch #256 is applied "Set from mirror" worked as expected for binding context menu. But it didn't work correctly for key point context menu.
After applying patch, "Set from mirror" worked as expected for key point context menu, but not for binding context menu. This patch fixed the problem.

When "Set from mirror" is called for all bindings, function assumes all srcBindings should be copied, and generate bindings automatically if no paired binding exists in parameter. When "Set from mirror" is called for certain bindings, function assumed target binding is fixed, and searches source binding instead.

When "Set from mirror" is called for all bindings, function assumes all srcBindings should be copied, and generate bindings automatically if no paired binding exists in parameter.
When "Set from mirror" is called for certain bindings, function assumed target binding is fixed, and searches source binding instead.
@LunaTheFoxgirl LunaTheFoxgirl merged commit 315151a into Inochi2D:main May 3, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] "Set from mirror" sometimes not working.
2 participants