# HG changeset patch # User Rik # Date 1649626482 25200 # Node ID 18bf227e5af5038e9b559570e748bfa75d9bf109 # Parent 7ad60a258a2ba32a65a9b895f69bcfb8863dffba# Parent e219aacda1e55623dcbc0910e851dda41f98a396 maint: merge stable to default. diff -r 7ad60a258a2b -r 18bf227e5af5 scripts/plot/util/hdl2struct.m --- a/scripts/plot/util/hdl2struct.m Sat Apr 09 14:52:25 2022 -0700 +++ b/scripts/plot/util/hdl2struct.m Sun Apr 10 14:34:42 2022 -0700 @@ -145,13 +145,13 @@ persistent excluded; if (isempty (excluded)) - excluded = cell2struct (repmat ({[]}, 1, 16), + excluded = cell2struct (repmat ({[]}, 1, 17), {"beingdeleted", "busyaction", "buttondownfcn", ... "children", "clipping", "contextmenu", ... "createfcn", "deletefcn", "handlevisibility", ... "hittest", "interruptible", "parent", ... - "selected" , "selectionhighlight", "type", ... - "uicontextmenu"}, 2); + "selected" , "selectionhighlight", ... + "selectedobject", "type", "uicontextmenu"}, 2); endif obj = get (h);