mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
fix ui_builder_default
This commit is contained in:
parent
1dd7f5c331
commit
8780145ca0
@ -5,6 +5,7 @@
|
||||
* fscript math 增加 d2r/r2d。
|
||||
* 完善slider(感谢兆坤提供补丁)
|
||||
* 完善对话框高亮(感谢兆坤提供补丁)
|
||||
* 修复窗口创建完后的loading状态还是TRUE的问题(感谢智明提供补丁)
|
||||
|
||||
2021/07/19
|
||||
* fscript 增加 usubstr函数。
|
||||
|
@ -91,6 +91,7 @@ static ret_t ui_builder_default_on_end(ui_builder_t* b) {
|
||||
event_t e = event_init(EVT_WINDOW_LOAD, widget);
|
||||
widget_dispatch_recursive(widget, &e);
|
||||
}
|
||||
widget->loading = FALSE;
|
||||
}
|
||||
|
||||
return RET_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user