mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 13:37:02 +03:00
Fix for new content_redraw API.
svn path=/trunk/netsurf/; revision=12332
This commit is contained in:
parent
e24fa186bb
commit
2d6c0e99ec
@ -108,9 +108,7 @@ bool save_as_draw(hlcache_handle *h, const char *path)
|
||||
plot = ro_save_draw_plotters;
|
||||
if (!content_redraw(h, 0, -ro_save_draw_height,
|
||||
ro_save_draw_width, ro_save_draw_height,
|
||||
&clip,
|
||||
1,
|
||||
0xFFFFFF))
|
||||
&clip, 1, 0xFFFFFF, false, false))
|
||||
{
|
||||
pencil_free(ro_save_draw_diagram);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user