mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-26 03:14:21 +03:00
Pass correct plotter table for Drawfile export.
svn path=/trunk/netsurf/; revision=12567
This commit is contained in:
parent
4e65935385
commit
a7d41d3ac2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user