Pass correct plotter table for Drawfile export.

svn path=/trunk/netsurf/; revision=12567
This commit is contained in:
Michael Drake 2011-07-03 15:03:13 +00:00
parent 4e65935385
commit a7d41d3ac2
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ bool save_as_draw(hlcache_handle *h, const char *path)
os_error *error;
struct redraw_context ctx = {
.interactive = true,
.plot = &ro_plotters
.plot = &ro_save_draw_plotters
};
ro_save_draw_diagram = pencil_create();