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

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

[Octave-bug-tracker] [bug #52621] root graphics object property "current


From: Rik
Subject: [Octave-bug-tracker] [bug #52621] root graphics object property "currentfigure" does not respect figure "handlevisibility" property
Date: Fri, 8 Dec 2017 01:26:40 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

It would be useful if someone with access to Matlab could run the following
code and report back the results.


close all hidden
h1 = figure (1);
get (0, 'children')
get (0, 'currentfigure')
set (h1, 'handlevisibility', 'off');
get (0, 'children')
get (0, 'currentfigure')
h2 = figure (2);
get (0, 'currentfigure')
figure (1)
get (0, 'currentfigure')




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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