changeset 30301:cb711825f8e5

hdl2struct.m: Save "appdata" with rest of handle data (bug #61491) * hdl2struct.m (getprops): Add "__appdata__" to list of hidden properties that should be tested for and possibly saved.
author Rik <rik@octave.org>
date Thu, 18 Nov 2021 20:27:04 -0800
parents 4ee01c14fccd
children 4fa09c269dde
files scripts/plot/util/hdl2struct.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/hdl2struct.m	Wed Sep 08 16:08:03 2021 -0700
+++ b/scripts/plot/util/hdl2struct.m	Thu Nov 18 20:27:04 2021 -0800
@@ -155,7 +155,7 @@
   propstruct = rmfield (obj, fields(tf));
 
   ## hidden properties
-  hidden_props = {"__autopos_tag__", "looseinset", ...
+  hidden_props = {"__appdata__", "__autopos_tag__", "looseinset", ...
                   "positionmode", "rotationmode", ...
                   "horizontalalignmentmode", "verticalalignmentmode"};
   for prop = hidden_props