I have nodes with a label, a compartment, and side affixed children.
When I try to set the relative position of the side affixed children
programmatically, either using a ChangeBoundsRequest or with a custom
command that directly manipulates the notation model, the children's
figures are not updated to the new position even if the notation model
contains the new values. The new position is visible only after resizing
the parent node or reloading the model.
This problem occured only in the GMF version 2.2 shipped with Galileo; I
haven't seen this behavior in the previous version. Is it a bug or am I
doing something wrong?
Moving the side affixed children manually by mouse dragging works normally.