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

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

[Octave-bug-tracker] [bug #57211] __appdata__ property should be hidden


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #57211] __appdata__ property should be hidden
Date: Tue, 12 Nov 2019 13:32:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Update of bug #57211 (project octave):

                  Status:               Confirmed => Patch Submitted        

    _______________________________________________________

Follow-up Comment #1:

>From the following test, it looks like Matlab store the appdata in a hidden
property "applicationdata":


hax = subplot (2,1,1);
plot (1:10)
isequal (getappdata (hax), get (hax, "applicationdata"))


I attached a patch that makes "__appdata__" a hidden property of any graphics
object. But should we also rename the property to "applicationdata" and
eventually help resolving bugs like bug #57212?

(file #47850)
    _______________________________________________________

Additional Item Attachment:

File name: bug57211.patch                 Size:1 KB
    <https://savannah.gnu.org/file/bug57211.patch?file_id=47850>



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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