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

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

[Octave-bug-tracker] [bug #46034] Undo some changes from Changeset 564e5


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #46034] Undo some changes from Changeset 564e59f75ef8
Date: Wed, 23 Sep 2015 12:15:31 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0

Follow-up Comment #2, bug #46034 (project octave):

In Matlab r2014a:

>> hf = plot ([0 1])

hf =

  174.0026

>> phf = get (hf, 'Parent')

phf =

  173.0021

>> pphf = get (phf, 'Parent')

pphf =

     1

>> ppphf = get (pphf, 'Parent')

ppphf =

     0

>> get (ppphf)
        CallbackObject = []
        CommandWindowSize = [108 29]
        CurrentFigure = [1]
        Diary = off
        DiaryFile = diary
        Echo = off
        FixedWidthFontName = Courier New
        Format = short
        FormatSpacing = loose
        Language = en_us
        MonitorPositions = [ (2 by 4) double array]
        More = off
        PointerLocation = [1233 166]
        RecursionLimit = [500]
        ScreenDepth = [32]
        ScreenPixelsPerInch = [96]
        ScreenSize = [1 1 1920 1080]
        ShowHiddenHandles = off
        Units = pixels

        BeingDeleted = off
        ButtonDownFcn = 
        Children = [1]
        Clipping = on
        CreateFcn = 
        DeleteFcn = 
        BusyAction = queue
        HandleVisibility = on
        HitTest = on
        Interruptible = on
        Parent = []
        Selected = off
        SelectionHighlight = on
        Tag = 
        Type = root
        UIContextMenu = []
        UserData = []
        Visible = on

>> 


...so indeed they're still there.
The full output for each step is attached for reference (for if there's
discussion about other properties).

At home I can try with r2015b prerelease (if not expired); r2015b is out but I
haven't been able to get it installed at work.


(file #34962)
    _______________________________________________________

Additional Item Attachment:

File name: getParentML.txt                Size:5 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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