浏览代码

fix comments

/main
xingwei.zhu 6 年前
当前提交
e4d2640c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/widgets/binding.cs

2
Runtime/widgets/binding.cs


return;
}
//draw one frame to ensure that the former widget tree has been layout for at least once
//The former widget tree must be layout first before its destruction
this.drawFrame();
this.attachRootWidget(null);
this.buildOwner.buildScope(this._renderViewElement);

正在加载...
取消
保存