fix set prop

This commit is contained in:
xianjimli 2018-06-06 17:53:29 +08:00
parent 78ad8162ab
commit 7af62f2b03

View File

@ -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;
}