[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minor fltk problem with "visible", "off"
From: |
Shai Ayal |
Subject: |
Re: Minor fltk problem with "visible", "off" |
Date: |
Sat, 12 Dec 2009 19:15:37 +0200 |
On Sat, Dec 12, 2009 at 1:53 AM, Michael D Godfrey
<address@hidden> wrote:
> Shai,
>
> The sequence:
>
> plot([1:200])
> fig=gcf()
> set (fig, "visible", "off");
>
> in gnuplot backend causes the figure
> to disappear, and
> set (fig, "visible", "on");
> causes it to reappear.
>
> In fltk the sequence seems to do nothing.
I pushed the following changeset which solves the problem for me. Can
you confirm?
http://hg.savannah.gnu.org/hgweb/octave/rev/cd8f355157b8
Shai