From b19462e1fffced0f290760c0e67288fb9d043243 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 3 Sep 2003 21:58:54 +0000 Subject: [project @ 2003-09-03 21:58:54 by jmb] Call content_reshape_instance svn path=/import/netsurf/; revision=265 --- desktop/browser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/browser.c') diff --git a/desktop/browser.c b/desktop/browser.c index 454a31085..818ca4952 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -326,6 +326,7 @@ void browser_window_callback(content_msg msg, struct content *c, if (bw->current_content->status == CONTENT_STATUS_DONE) { content_add_instance(bw->current_content, bw, 0, 0, 0, &bw->current_content_state); browser_window_reformat(bw, 0); + content_reshape_instance(bw->current_content, bw, 0, 0, 0, &bw->current_content_state); sprintf(status, "Page complete (%gs)", ((float) (clock() - bw->time0)) / CLOCKS_PER_SEC); browser_window_set_status(bw, status); browser_window_stop_throbber(bw); -- cgit v1.2.3