mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
fix set prop
This commit is contained in:
parent
78ad8162ab
commit
7af62f2b03
@ -688,6 +688,8 @@ ret_t widget_set_prop(widget_t* widget, const char* name, const value_t* v) {
|
||||
widget_dispatch(widget, &e);
|
||||
}
|
||||
|
||||
widget_invalidate(widget, NULL);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user