mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
improve wm_on_locale_changed
This commit is contained in:
parent
6df9d1a600
commit
743bcc1882
@ -864,6 +864,7 @@ static ret_t wm_on_locale_changed(void* ctx, event_t* e) {
|
||||
widget_re_translate_text(iter);
|
||||
widget_dispatch(iter, e);
|
||||
WIDGET_FOR_EACH_CHILD_END();
|
||||
widget_invalidate(widget, NULL);
|
||||
|
||||
return RET_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user