gewentao 6 年前
当前提交
8c27f44a
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
      Assets/UIWidgets/rendering/flex.cs

5
Assets/UIWidgets/rendering/flex.cs


using System;
using System.Collections.Generic;
using UIWidgets.gestures;
using UIWidgets.painting;
using UIWidgets.ui;

return;
context.pushClipRect(this.needsCompositing, offset, Offset.zero & this.size, this.defaultPaint);
}
protected override bool hitTestChildren(HitTestResult result, Offset position = null) {
return defaultHitTestChildren(result, position: position);
}
}
}
正在加载...
取消
保存