[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #45226] Figure "save as" menu prints the curre
From: |
Pantxo Diribarne |
Subject: |
[Octave-bug-tracker] [bug #45226] Figure "save as" menu prints the currentfigure |
Date: |
Mon, 01 Jun 2015 10:55:30 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 |
URL:
<http://savannah.gnu.org/bugs/?45226>
Summary: Figure "save as" menu prints the currentfigure
Project: GNU Octave
Submitted by: pantxo
Submitted on: lun. 01 juin 2015 10:55:25 GMT
Category: Plotting with OpenGL
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.0-rc4
Operating System: GNU/Linux
_______________________________________________________
Details:
This is on a self built 4.0 release. When one tries to print a figure using
the "save as" item in the "File" menu of a figure window, the current figure
(the one pointed by "gcf" function) is printed instead of the one associated
with the window of the menu.
Steps to reproduce: draw 2 figures
figure (1); axes (); title ("Fig 1")
figure (2); axes (); title ("Fig 2") # figure 2 is now the current figure
Now, try to print figure 1 using the File menu : the output has title "Fig
2".
In Matlab (tested on R2013A) selecting a figure window with the mouse (and
thus a menu) or navigating windows using Alt+tab makes the figure associated
with the last window having focus current.
I don't know if this behavior is desirable in Octave. If so this bug will be
solved at the same time. Thoughs?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45226>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #45226] Figure "save as" menu prints the currentfigure,
Pantxo Diribarne <=