MLEM icon indicating copy to clipboard operation
MLEM copied to clipboard

Investigate a more robust `ForceUpdateArea` implementation

Open Ellpeck opened this issue 1 year ago • 0 comments

Element area updates can potentially become non-recursive by using a depth-first search approach where

  • elements are laid out based on the layout we compute for their parents while searching "downwards"
  • changes are then propagated back to (auto-sizing) parents while going "back up" in reverse order

Idea in reference to clay's layouting

Ellpeck avatar Feb 03 '25 21:02 Ellpeck