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: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #43960] reset (figure) on invisible figure causes it to flash
Date: Sun, 11 Jan 2015 17:04:19 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0

Update of bug #43960 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Hi,

There seams to be 2 issues here.
*The first flash happens whether using fltk or qt toolkits. It is due to the
implementation: "visible" is first set to the factory default ("on") before
being reset to user default ("off").
*In fltk (not qt) the position property changes during the reset process. This
is why the flash doesn't seam to happen during the second reset: the figure is
actually often out of screen. 


graphics_toolkit fltk
set (0, "defaultfigurevisible", "off");
hf = figure ();
plot (1:10);
reset (hf)
pos = get (hf, "position")
=>pos =

   -1   21   -1  -48


The first issue may be solved easily, but we have to figure out why the second
happens.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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