Fix nine-slice seams and inherited alpha
This commit is contained in:
@@ -327,6 +327,7 @@ class RenderTreeController {
|
||||
contentOffsetY: parentContentOffset.y,
|
||||
);
|
||||
component.setViewportCulled(_isCulledByParentListView(component, parent));
|
||||
component.setInheritedAlpha(parent?.renderAlpha ?? 1);
|
||||
if (component.parent == target) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user