Unity-Technologies / com.unity.uiwidgets

UIWidgets is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
https://unity.cn/uiwidgets
626 stars 78 forks source link

下拉刷新组件代码写错了 #343

Closed xuexirong closed 2 years ago

xuexirong commented 2 years ago

RefreshIndicator中的strokenWidth 应该改为strokeWidth 而且忘记添加引用了 this.strokeWidth =strokeWidth;

xuexirong commented 2 years ago

@zhuxingwei

zhuxingwei commented 2 years ago

Thanks. The issue has been fixed in #344