# HG changeset patch # User Rik # Date 1380074434 25200 # Node ID 6edc451629a6bcb7d7a2bb52e30af57f0feb6a85 # Parent 9849075a5da6edbfe28a432cbf84e6b8bedc3835 __contour__.m: Ignore dummy input in all listener functions. * scripts/plot/private/__contour__.m: Ignore second input for update_text callback function. diff --git a/scripts/plot/private/__contour__.m b/scripts/plot/private/__contour__.m --- a/scripts/plot/private/__contour__.m +++ b/scripts/plot/private/__contour__.m @@ -470,13 +470,13 @@ endif add_patch_children (h); - update_text (h, d); + update_text (h); recursive = false; endif endfunction -function update_text (h, d) +function update_text (h, ~) persistent recursive = false; if (! recursive)