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

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

[Octave-bug-tracker] [bug #43960] reset (figure) on invisible figure cau


From: Rik
Subject: [Octave-bug-tracker] [bug #43960] reset (figure) on invisible figure causes it to flash
Date: Sun, 11 Jan 2015 19:54:42 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

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

The position issue may be platform dependent.  The value is different from
before the reset, but not off-screen.


run-octave -f --no-gui-libs
set (0, "defaultfigurevisible", "off");
hf = figure ();
plot (1:10);
pos1 = get (hf, "position")
reset (hf);
pos2 = get (hf, "position")


The result is:


pos1 =

   300   200   560   420

pos2 =

   304   175   560   420


There has been a shift in the origin point of the window, but not the length
and width.  And I don't see negative numbers for length and width which make
no sense.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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