From 5a4c8916efe2449f2cf43bef2f7746dd53469046 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Jun 2011 09:30:33 +0000 Subject: If iframes are reformatted due to containing document reflow, don't need to redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497 --- atari/browser_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/browser_win.c') diff --git a/atari/browser_win.c b/atari/browser_win.c index f58bc8755..a877c0562 100755 --- a/atari/browser_win.c +++ b/atari/browser_win.c @@ -771,7 +771,7 @@ static void __CDECL evnt_window_rt_resize( WINDOW *win, short buff[8] ) browser_update_rects( gw ); browser_get_rect( gw, BR_CONTENT, &rect ); if( gw->browser->bw->current_content != NULL ) - browser_window_reformat(gw->browser->bw, rect.g_w, rect.g_h ); + browser_window_reformat(gw->browser->bw, false, rect.g_w, rect.g_h ); gw->root->toolbar->url.scrollx = 0; window_redraw_controls(gw, 0); /* TODO: recalculate scroll position, istead of zeroing? */ -- cgit v1.2.3