Apps/webview: Fixed issue #100

This commit is contained in:
2025-03-02 02:46:59 +02:00
committed by Max Logaev
parent 8e5b315fd4
commit 4d6ef342e1

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;
if (tag.opened) {