浏览代码

Merge pull request #133 from UnityTech/textselection

fix assertion triggered by disposing a pageView before its initializa…
/main
GitHub 6 年前
当前提交
812cb847
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      Runtime/widgets/binding.cs

2
Runtime/widgets/binding.cs


return;
}
//The former widget tree must be layout first before its destruction
this.drawFrame();
this.attachRootWidget(null);
this.buildOwner.buildScope(this._renderViewElement);
this.buildOwner.finalizeTree();

正在加载...
取消
保存