Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 79e32f3

Browse files
author
a-wallen
committed
Remove SetWantsLayer from setBackgroundColor
1 parent cf56917 commit 79e32f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

shell/platform/darwin/macos/framework/Source/FlutterView.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ - (void)reshaped {
8787
}
8888

8989
- (void)setBackgroundColor:(NSColor*)color {
90-
[self setWantsLayer:YES];
9190
self.layer.backgroundColor = color.CGColor;
9291
}
9392

0 commit comments

Comments
 (0)