Author: chris_y
Date: Sat Jan 17 10:13:56 2009
New Revision: 6116
URL: http://source.netsurf-browser.org?rev=6116&view=rev
Log:
Clear render area properly when switching tabs
Modified:
trunk/netsurf/amiga/gui.c
Modified: trunk/netsurf/amiga/gui.c
URL:
http://source.netsurf-browser.org/trunk/netsurf/amiga/gui.c?rev=6116&r1=6115&r2=6116&view=diff
==============================================================================
--- trunk/netsurf/amiga/gui.c (original)
+++ trunk/netsurf/amiga/gui.c Sat Jan 17 10:13:56 2009
@@ -1232,7 +1232,7 @@
{
struct IBox *bbox;
GetAttr(SPACE_AreaBox,gwin->gadgets[GID_BROWSER],(ULONG
*)&bbox);
-
p96RectFill(gwin->win->RPort,bbox->Left,bbox->Top,bbox->Width-1,bbox->Height-1,0xffffffff);
+
p96RectFill(gwin->win->RPort,bbox->Left,bbox->Top,bbox->Width+bbox->Left,bbox->Height+bbox->Top,0xffffffff);
browser_window_update(gwin->bw,false);
_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org