-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
[Bug] Changing BorderThickness will cause an exception to be displayed when nodes are selected #70
Comments
Hi, I created a PR for this. Can you please check it out and let me know if that's what you expected? Thanks! |
the PR is working |
Another question |
I merged the fix for border thickness and I replicated the selected brush issue, but I don't understand why it doesn't work as expected. |
Let me know if anyone wants to give it a try. |
Describe the bug
If BorderThickness is changed to a value not equal to 1, it will cause an abnormal display when the node is selected. If it is selected, the node will move slightly
Modifying BorderBrush will cause SelectedBrush to be modified together and the SelectedBrush modifications to be invalid
It is also not possible to change the Selected BorderThickness
To Reproduce
change ItemContainer style
Expected behavior
No displacement
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: