core
core copied to clipboard
Viewport BBox2D calls Resize() -- should instead cache size and then set it after layout
issue arises for dynamic resizing multi-iterations -- BBox2D called 2x, doing needless resizes on rebuilds. Need to cache the new size and then resize after size is official -- likely in layout but need to check when that happens..