mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
This really fixes the resize bug (#63)
svn path=/trunk/netsurf/; revision=7630
This commit is contained in:
parent
9b4a382d68
commit
c277afc6d9
@ -2378,10 +2378,12 @@ void ami_do_redraw(struct gui_window_2 *g,bool scroll)
|
||||
|
||||
if(!option_direct_render)
|
||||
{
|
||||
Forbid();
|
||||
GetAttr(SPACE_AreaBox,g->gadgets[GID_BROWSER],(ULONG *)&bbox);
|
||||
|
||||
BltBitMapRastPort(glob.bm,0,0,g->win->RPort,bbox->Left,bbox->Top,
|
||||
bbox->Width,bbox->Height,0x0C0);
|
||||
Permit();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user