|
| From: | Pantxo Diribarne |
| Subject: | [Octave-bug-tracker] [bug #52621] root graphics object property "currentfigure" does not respect figure "handlevisibility" property |
| Date: | Fri, 8 Dec 2017 05:57:45 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0 |
Update of bug #52621 (project octave):
Status: Confirmed => Patch Submitted
_______________________________________________________
Follow-up Comment #4:
I attached a patch that makes Octave behave as ML with regards to Rik's test.
With this patch, the following test (not included in Rik's) returns "2"
followed by "1":
figure (1);
figure (2);
gcf () ## 2
set (2, "handlevisibility", "off");
gcf () ## 1
This means changing the visibility of the currentfigure not only makes it "not
current" but also sets the first existing-visible-figure in the stack
"current".
(file #42605)
_______________________________________________________
Additional Item Attachment:
File name: fig_visib.patch Size:3 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52621>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |