From 9628b9102c5da9d9435af915778ec8b7804505d4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 12 Apr 2004 00:00:47 +0000 Subject: [project @ 2004-04-12 00:00:47 by bursa] Rewrite block context layout, implementing collapsing and negative margins and margins for tables. svn path=/import/netsurf/; revision=754 --- desktop/browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/browser.c b/desktop/browser.c index 19175bfc4..b36be419f 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -1044,7 +1044,7 @@ void browser_window_textarea_callback(struct browser_window *bw, char key, void /* reflow textarea preserving width and height */ width = textarea->width; height = textarea->height; - layout_block(textarea, textarea, 0, 0); + layout_block_context(textarea); textarea->width = width; textarea->height = height; } -- cgit v1.2.3