improve vpage layout

This commit is contained in:
lixianjing 2021-07-07 09:27:19 +08:00
parent 5acd64c890
commit 27a5aa839c

View File

@ -1,4 +1,4 @@
/**
/**
* File: vpage.c
* Author: AWTK Develop Team
* Brief: (/)
@ -153,6 +153,7 @@ static ret_t vpage_on_enter(widget_t* widget, uint32_t index, uint32_t old_index
}
return RET_FAIL;
}
widget_layout(children);
/*some widget depends on will open to initialize*/
widget_dispatch_recursive(children, &will_open);
}