octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #61474] error message from saving ofig the sec


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #61474] error message from saving ofig the second times
Date: Sun, 14 Nov 2021 12:33:00 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0

Follow-up Comment #3, bug #61474 (project octave):

There is another item that I can pull a report.  It is also figure related and
takes small effort to verify.  Thanks.  

The appdata is not saved/reloaded, while userdata is saved and reloaded.  

fid=figure; plot([0,1], [0,1]); setappdata(fid, 'a',1);
getappdata(gcf, 'a')
ans = 1

%%% manuall save the figure with default, untitled.ofig.  

close all;clear all; hgload('untitled.ofig'); 
getappdata(gcf, 'a')
ans = [](0x0)

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61474>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]