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

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

[Octave-bug-tracker] [bug #37584] FLTK printing exceeds height set with


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #37584] FLTK printing exceeds height set with PaperPosition property
Date: Wed, 17 Oct 2012 19:35:41 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14

Follow-up Comment #3, bug #37584 (project octave):

The 'menubar' property should turn the menu bar at the top of the figure
on/off.

I had tried to fix the status bar problem a while back, but fltk on MacOS X
has other problems that confuses things.  If attached the three images
produced by the commands below.


close all
graphics_toolkit fltk
figure (1)
% initial_figure.png
print junk.pdf
% after_print.pdf
set (gcf (), "menubar", "none")
set (gcf (), "menubar", "figure")
% after_set_menubar_{none,figure}.png


It appears to me that the initial fltk figure incorrectly positions the status
bar and that the menu bar is either missing or has its height set to zero.  My
impression is that something trivial is wrong with how the fltk window is
being defined.

Perhaps someone with experience with fltk could quickly spot and fix the
problem?

(file #26783, file #26784, file #26785)
    _______________________________________________________

Additional Item Attachment:

File name: inital_figure.png              Size:37 KB
File name: after_print.png                Size:41 KB
File name: after_set_menubar_{none,figure}.png Size:41 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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