Apps/webview: Fixed issue #100

This commit is contained in:
2025-03-02 02:46:59 +02:00
committed by Maxim Logaev
parent 4f19c1e12a
commit 418fa44523

View File

@@ -436,7 +436,7 @@ void TWebBrowser::tag_table()
} }
} */ } */
tallest_cell_in_row = math.max(draw_y+style.cur_line_h-list.item_h, tallest_cell_in_row); tallest_cell_in_row = math.max(draw_y+style.cur_line_h-list.item_h+1, tallest_cell_in_row);
style.cur_line_h = list.item_h; style.cur_line_h = list.item_h;
if (tag.opened) { if (tag.opened) {