mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-26 20:32:05 +03:00
Fully clear clipregion, stops eg. only a little bit of images being shown if the previous
page had an animated GIF svn path=/trunk/netsurf/; revision=7662
This commit is contained in:
parent
c55f902197
commit
1e42e3a7ce
@ -2179,6 +2179,11 @@ void ami_clearclipreg(struct RastPort *rp)
|
||||
|
||||
reg = InstallClipRegion(rp->Layer,NULL);
|
||||
if(reg) DisposeRegion(reg);
|
||||
|
||||
glob.rect.MinX = 0;
|
||||
glob.rect.MinY = 0;
|
||||
glob.rect.MaxX = scrn->Width-1;
|
||||
glob.rect.MaxY = scrn->Height-1;
|
||||
}
|
||||
|
||||
void ami_do_redraw_limits(struct gui_window *g, struct content *c,int x0, int y0, int x1, int y1)
|
||||
|
Loading…
Reference in New Issue
Block a user