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

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

[Octave-bug-tracker] [bug #39483] axes "handlevisibility" not properly h


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #39483] axes "handlevisibility" not properly handled with new children objects
Date: Sun, 21 Jul 2013 14:31:25 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Follow-up Comment #10, bug #39483 (project octave):

I see a regression due to our patches. The following code doesn't work
anymore:


close all;
hg = hggroup ();
li = line ("parent", hg);
get (hg, "children") == li


This should return true. Attached is a patch : if the parent handle points to
an hggroup, the prop/val pair should not be deleted.

(file #28635)
    _______________________________________________________

Additional Item Attachment:

File name: preserve_hggroup.diff          Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39483>

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




reply via email to

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