Keksuccino / FancyMenu

Source code for FancyMenu.
Other
157 stars 20 forks source link

It's possible to anchor a parent element to one of its children if the parent has at least 2 children #872

Open SrRapero720 opened 3 months ago

SrRapero720 commented 3 months ago

Describe the bug You can do this:

https://github.com/Keksuccino/FancyMenu/assets/29090346/17f752fe-fa27-4eb0-bcae-f4eb960c0bfb

Label anchor is parented to the square, drag the square and moving it to the label causes auto-anchor tries to parent the square anchor to the label, it can and after was done it crashes due to a StackOverFlowError

image

Expected behavior Not be able to put a parent anchor to a child anchor

Basic Informations (please complete the following information):

Keksuccino commented 3 months ago

Related to #867