浏览代码

Fix issue

/main
Yuncong 6 年前
当前提交
09a1f460
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/rendering/proxy_box.cs

2
Runtime/rendering/proxy_box.cs


}
void _paintChildWithTransform(PaintingContext context, Offset offset) {
Offset childOffset = MatrixUtils.getAsTranslation(this._transform);
Offset childOffset = this._transform.getAsTranslation();
if (childOffset == null) {
context.pushTransform(this.needsCompositing, offset, this._transform, base.paint);
}

正在加载...
取消
保存