improve wm_on_locale_changed

This commit is contained in:
lixianjing 2019-06-13 13:43:45 +08:00
parent 6df9d1a600
commit 743bcc1882

View File

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