HypernodeElement>>#initializeFor: needs to set a layout that will react to children with explicitly assigned positions.
BlBasicLayout works, but for some reason has empty measuredBounds.
Is there another layout object to use?
Do we need to set the bounds explicitly?
Should we define another subclass of BlLayout?
HypernodeElement>>#initializeFor:
needs to set a layout that will react to children with explicitly assigned positions. BlBasicLayout works, but for some reason has empty measuredBounds.Is there another layout object to use? Do we need to set the bounds explicitly? Should we define another subclass of BlLayout?