From 418fa445232a5aa0f680678a8dd0a24cc78df5d7 Mon Sep 17 00:00:00 2001 From: leency Date: Sun, 2 Mar 2025 02:46:59 +0200 Subject: [PATCH] Apps/webview: Fixed issue #100 --- programs/cmm/browser/TWB/set_style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/cmm/browser/TWB/set_style.h b/programs/cmm/browser/TWB/set_style.h index 608b432e7..2d46f2268 100644 --- a/programs/cmm/browser/TWB/set_style.h +++ b/programs/cmm/browser/TWB/set_style.h @@ -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) {