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

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

[Octave-bug-tracker] [bug #34788] FLTK menu buttons (A, G, etc.) only wo


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #34788] FLTK menu buttons (A, G, etc.) only work on last axis of subplot
Date: Mon, 27 Feb 2012 14:13:42 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11

Update of bug #34788 (project octave):

                  Status:                    None => Confirmed              
                 Release:                   3.4.3 => dev                    

    _______________________________________________________

Follow-up Comment #2:

The problem is that the figure's currentaxes property isn't being updated

+verbatim_
demo subplot 1
hax = findall (gcf, "type", "axes");


"grid on" and "grid off" or clicking on "G" behave the same, and only effects
subplot(3,1,1).

After switching to subplot(3,3,9)


axes (hax(1))


"grid on" and "grid off" or clicking on "G" behave the same, and only effects
subplot(3,3,9).

The problem seems to be that the fltk backend isn't updating the gca when the
axes or it children are selected. On MacOS X the pan functionality works for
all axes by default. I haven't looked but my guess is that this bug is easy to
fix.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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