changeset 11398:f1a4db353da5

__fltk_print__.m: Update figure for FLTK printing, bug 31884.
author Ben Abbott <bpabbott@mac.com>
date Mon, 20 Dec 2010 13:08:32 -0500
parents 57868a21170e
children 36dbe5124d21
files scripts/ChangeLog scripts/plot/__fltk_print__.m
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Dec 20 02:19:04 2010 -0500
+++ b/scripts/ChangeLog	Mon Dec 20 13:08:32 2010 -0500
@@ -1,3 +1,7 @@
+2010-12-20  Ben Abbott <bpabbott@mac.com>
+
+	* plot/__fltk_print__.m: Update figure for FLTK printing.  Bug #31884.
+
 2010-12-19  John W. Eaton  <jwe@octave.org>
 
 	* miscellaneous/run.m: Use source to execute script.
--- a/scripts/plot/__fltk_print__.m	Mon Dec 20 02:19:04 2010 -0500
+++ b/scripts/plot/__fltk_print__.m	Mon Dec 20 13:08:32 2010 -0500
@@ -27,6 +27,7 @@
 
   figure (opts.figure)
   drawnow ("expose")
+  __fltk_redraw__ ();
 
   if (! isempty (opts.fig2dev_binary))
     ## fig2dev is prefered for conversion to emf