提交 063efce9 编写于 作者: S stuartmorgan 提交者: Flutter GitHub Bot

Report backing store changes in the macOS view (#13933)

上级 a68805bc
......@@ -48,4 +48,9 @@
return YES;
}
- (void)viewDidChangeBackingProperties {
[super viewDidChangeBackingProperties];
[_reshapeListener viewDidReshape:self];
}
@end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册