danionita / e3tools

e3tool is a Java GUI-based tool for constructing and evaluating e3value models. Includes the e3fraud fraud assessment extension
Other
3 stars 4 forks source link

Weird actor resizing behaviour #11

Closed bobismijnnaam closed 8 years ago

bobismijnnaam commented 8 years ago

If you add a value interface to the bottom border, causing the actor to extend, and then add another value interface to the bottom border, causing it to extend again, the first value interface is not moved down to the edge appropriately.

bobismijnnaam commented 8 years ago

Fixed as of 4818be6f8bc04d66fa735c94a511fef7cb96b411. Was due to the standard defined behavior of isExtendParent(). I also made the value interfaces extra sticky, so resizing actors should not displace value interfaces from their side.