Fix nine-slice seams and inherited alpha

This commit is contained in:
gem
2026-06-09 13:52:07 +08:00
parent 638ea22562
commit 4ce5fe1ae7
4 changed files with 156 additions and 4 deletions

View File

@@ -327,6 +327,7 @@ class RenderTreeController {
contentOffsetY: parentContentOffset.y,
);
component.setViewportCulled(_isCulledByParentListView(component, parent));
component.setInheritedAlpha(parent?.renderAlpha ?? 1);
if (component.parent == target) {
return;
}