changeset 30925:18bf227e5af5

maint: merge stable to default.
author Rik <rik@octave.org>
date Sun, 10 Apr 2022 14:34:42 -0700
parents 7ad60a258a2b (current diff) e219aacda1e5 (diff)
children b78e2d064eff
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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);