minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2020-01-05 01:16:13 +01:00
parent 32770da251
commit 6e2a707cfc
15 changed files with 131 additions and 214 deletions

View File

@@ -606,7 +606,7 @@ static lv_res_t lv_tabview_signal(lv_obj_t * tabview, lv_signal_t sign, void * p
ext->content = NULL;
} else if(sign == LV_SIGNAL_STYLE_CHG) {
tabview_realign(tabview);
} else if(sign == LV_SIGNAL_CORD_CHG) {
} else if(sign == LV_SIGNAL_COORD_CHG) {
if(ext->content != NULL && (lv_obj_get_width(tabview) != lv_area_get_width(param) ||
lv_obj_get_height(tabview) != lv_area_get_height(param))) {
tabview_realign(tabview);