mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
fix api comments
This commit is contained in:
parent
027b8b7204
commit
037109ae98
@ -1,5 +1,8 @@
|
||||
# 最新动态
|
||||
|
||||
2022/09/06
|
||||
* 修复text selector中注释错误(感谢朝泽提供补丁)。
|
||||
|
||||
2022/09/05
|
||||
* tkc修复tk\_memcpy拷贝异常的问题 (感谢智明提供补丁)
|
||||
* 修复 children\_layouter\_list\_view 在子控件为NULL时崩溃的问题(感谢雨欣提供补丁)
|
||||
|
@ -144,7 +144,7 @@ typedef struct _text_selector_t {
|
||||
bool_t enable_value_animator;
|
||||
|
||||
/**
|
||||
* @property {easing_type_t} easing_type_t
|
||||
* @property {easing_type_t} mask_easing
|
||||
* @annotation ["set_prop","get_prop","readable","persitent","design","scriptable"]
|
||||
* 绘制蒙版的变化趋势。
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user