From 7d660561cc9562731429ca06904b5e5711e90e27 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 11 Feb 2017 13:47:39 +0000 Subject: Update knockout plotter to use new API --- desktop/treeview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/treeview.c') diff --git a/desktop/treeview.c b/desktop/treeview.c index 541852d86..75e5c93e0 100644 --- a/desktop/treeview.c +++ b/desktop/treeview.c @@ -2042,7 +2042,7 @@ void treeview_redraw(treeview *tree, const int x, const int y, /* Rendering complete */ if (ctx->plot->option_knockout) { - knockout_plot_end(); + knockout_plot_end(ctx); } } -- cgit v1.2.3