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: Markus Mützel
Subject: [Octave-bug-tracker] [bug #52621] root graphics object property "currentfigure" does not respect figure "handlevisibility" property
Date: Fri, 8 Dec 2017 04:36:38 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0

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

In Matlab R2016a:

>> 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')

ans = 

  Figure (1) with properties:

      Number: 1
        Name: ''
       Color: [0.9400 0.9400 0.9400]
    Position: [1256 1206 560 420]
       Units: 'pixels'

  Show all properties


ans = 

  Figure (1) with properties:

      Number: 1
        Name: ''
       Color: [0.9400 0.9400 0.9400]
    Position: [1256 1206 560 420]
       Units: 'pixels'

  Show all properties


ans = 

  0x0 empty GraphicsPlaceholder array.


ans = 

  0x0 empty GraphicsPlaceholder array.


ans = 

  Figure (2) with properties:

      Number: 2
        Name: ''
       Color: [0.9400 0.9400 0.9400]
    Position: [1256 1206 560 420]
       Units: 'pixels'

  Show all properties


ans = 

  Figure (2) with properties:

      Number: 2
        Name: ''
       Color: [0.9400 0.9400 0.9400]
    Position: [1256 1206 560 420]
       Units: 'pixels'

  Show all properties


    _______________________________________________________

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]