# HG changeset patch # User Pantxo Diribarne # Date 1443259578 -7200 # Node ID 4479d73eac72ab0352a43aae4675d0cb4f4bd38f # Parent 79eb0746b21f9063d97e8362217ce72a72aebbe2 Fix error when building annotation objects in gnuplot (bug #46035) * __gnuplot_draw_figure__.m: ignore uicontextmenu objects. diff -r 79eb0746b21f -r 4479d73eac72 scripts/plot/util/private/__gnuplot_draw_figure__.m --- a/scripts/plot/util/private/__gnuplot_draw_figure__.m Mon Sep 07 19:28:29 2015 +0200 +++ b/scripts/plot/util/private/__gnuplot_draw_figure__.m Sat Sep 26 11:26:18 2015 +0200 @@ -180,7 +180,7 @@ fg_is_set = false; end_unwind_protect endif - case "uimenu" + case {"uimenu", "uicontextmenu"} ## ignore uimenu objects kids(i) = []; otherwise