fix(table): refresh cell size after ctrl change

as merge or crop can change the text line count
This commit is contained in:
Gabor Kiss-Vamosi
2025-04-29 22:28:00 +02:00
committed by Felipe Neves
parent 2e5931bb91
commit 47f3c65008
+1
View File
@@ -338,6 +338,7 @@ void lv_table_set_cell_ctrl(lv_obj_t * obj, uint32_t row, uint32_t col, lv_table
}
table->cell_data[cell]->ctrl |= ctrl;
refr_cell_size(obj, row, col);
}
void lv_table_clear_cell_ctrl(lv_obj_t * obj, uint32_t row, uint32_t col, lv_table_cell_ctrl_t ctrl)