浏览代码

Fix issue.

/main
Yuncong Zhang 5 年前
当前提交
769f1abf
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
      Runtime/rendering/editable.cs

4
Runtime/rendering/editable.cs


return this._selection;
}
set {
if (this._selection == value) {
return;
}
this._selection = value;
this._selectionRects = null;
this.markNeedsPaint();

正在加载...
取消
保存