Mercurial > hg > octave-lyh
changeset 17485:6edc451629a6
__contour__.m: Ignore dummy input in all listener functions.
* scripts/plot/private/__contour__.m: Ignore second input for update_text
callback function.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 24 Sep 2013 19:00:34 -0700 |
parents | 9849075a5da6 |
children | 25f6e31bbce9 |
files | scripts/plot/private/__contour__.m |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)