JGoArea inside JGoArea

Hi
I used a JGoArea having a JGoRectangle similar to the ListArea class. The user is able to add any object to the area, and he’s also able to add another JGoArea of the same type, resulting in a parent JGoArea - with a rectangle - having a child JGoArea - with another rectagle.
When i select the child area and try to move or delete it, the parent area is moved or deleted instead, although the JGoView.getSelection() returns the correct object (the inner rect). And also i’m able to change all properties of the inner area correctly, so it’s not a problem in the selection.
Can you please help me with that?

I’m not sure I understand your situation. Would calling JGoObject.setDragsNode(false) be sufficient?

Right. This solved the problem.
Thanks a lot