浏览代码

fix compile error caused by unmatched API calls to services

/siyaoH-1.17-PlatformMessage
xingweizhu 4 年前
当前提交
6c9bffef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.uiwidgets/Runtime/widgets/editable_text.cs

2
com.unity.uiwidgets/Runtime/widgets/editable_text.cs


fontFamily: style.fontFamily,
fontSize: style.fontSize,
fontWeight: style.fontWeight,
textDirection: _textDirection,
textDirection: _textDirection.Value,
textAlign: widget.textAlign
);
_textInputConnection.setEditingState(localValue);

正在加载...
取消
保存