[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: |
Fri, 09 Jan 2015 06:13:20 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0 |
URL:
<http://savannah.gnu.org/bugs/?43960>
Summary: reset (figure) on invisible figure causes it to
flash
Project: GNU Octave
Submitted by: rik5
Submitted on: Thu 08 Jan 2015 10:13:19 PM PST
Category: Plotting with OpenGL
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Other
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
The current test suite flashes a plot figure briefly when running 'make
check'. It seems that this can be condensed to calling reset on a hidden
figure.
graphics_toolkit fltk
set (0, "defaultfigurevisible", "off");
hf = figure ();
plot (1:10);
reset (hf) # causes flash
reset (hf) # no flash, and no further flashes
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43960>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #43960] reset (figure) on invisible figure causes it to flash,
Rik <=