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

Snapping of graphical component doesn't work #16

Closed
flandreas opened this issue May 17, 2020 · 0 comments
Closed

Snapping of graphical component doesn't work #16

flandreas opened this issue May 17, 2020 · 0 comments
Labels
bug Something isn't working done

Comments

@flandreas
Copy link
Owner

Pure graphical components like rectangles or circle don't perform component-to-component snapping, but just snap at the component's location. Instead, a rectangle should snap at its both sides and at the center, both horizontally and vertically. The reason for the bug is that graphical elements are wrapped by special wrapper when being added to a graph drawing, and this wrapper doesn't correctly forward snapping behavior to the wrapped graphical component.

@flandreas flandreas added bug Something isn't working done labels May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done
Projects
None yet
Development

No branches or pull requests

1 participant