# HG changeset patch # User John W. Eaton # Date 1224694899 14400 # Node ID c44db9bad841ef12d544e226784396c9a665d5e2 # Parent 4eb77147834d4d93cce7993443128602ec4ecc76 allchild.m: move get showhiddenhandles outside of unwind_protect block diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2008-10-22 John W. Eaton + + * plot/allchild.m: Move call to get showhiddenhandles outside of + unwind_protect block. + 2008-10-22 David Bateman * plot/refreshdata.m: Modify demo so that "y" is evaluated in the diff --git a/scripts/plot/allchild.m b/scripts/plot/allchild.m --- a/scripts/plot/allchild.m +++ b/scripts/plot/allchild.m @@ -32,8 +32,8 @@ function h = allchild (ha) + shh = get (0, "showhiddenhandles"); unwind_protect - shh = get (0, "showhiddenhandles"); set (0, "showhiddenhandles", "on"); if (isscalar (ha)) h = get (ha, "children");