浏览代码

fix shcroll error

/zgh-devtools
guanghuispark 4 年前
当前提交
9053774f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      com.unity.uiwidgets/Runtime/widgets/scroll_position.cs

6
com.unity.uiwidgets/Runtime/widgets/scroll_position.cs


D.assert(other != null);
D.assert(other.context == context);
D.assert(_pixels == null);
_minScrollExtent = other.minScrollExtent;
_maxScrollExtent = other.maxScrollExtent;
_minScrollExtent = other._minScrollExtent;
_maxScrollExtent = other._maxScrollExtent;
_viewportDimension = other.viewportDimension;
_viewportDimension = other._viewportDimension;
D.assert(activity == null);
D.assert(other.activity != null);

正在加载...
取消
保存