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

Replace connection selection within the same transaction #179

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

miroiu
Copy link
Owner

@miroiu miroiu commented Dec 16, 2024

📝 Description of the Change

Updated ConnectionContainer.Select to clear the existing selection and select the specified container within the same transaction.

🐛 Possible Drawbacks

Bindings to BaseConnection.IsSelected will receive out of order updates for SelectionType.Replace in .NET Core and later. It is recommended to handle undo/redo operations using the SelectionChanged event in this case.

@miroiu miroiu merged commit de2d254 into master Dec 16, 2024
4 checks passed
@miroiu miroiu deleted the fix/selecting-connection branch December 16, 2024 17:18
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.

1 participant