Disable rendering of interactive features when exporting as Drawfile.
svn path=/trunk/netsurf/; revision=13249
This commit is contained in:
parent
4e3a4448ec
commit
c673ba6c23
|
@ -94,7 +94,7 @@ bool save_as_draw(hlcache_handle *h, const char *path)
|
|||
size_t drawfile_size;
|
||||
os_error *error;
|
||||
struct redraw_context ctx = {
|
||||
.interactive = true,
|
||||
.interactive = false,
|
||||
.plot = &ro_save_draw_plotters
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue