# HG changeset patch # User Ben Abbott # Date 1292868512 18000 # Node ID f1a4db353da5aa9a9062dc0e27ff7961622ea190 # Parent 57868a21170e8875e6d9a5b800214d7f6153f3d9 __fltk_print__.m: Update figure for FLTK printing, bug 31884. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2010-12-20 Ben Abbott + + * plot/__fltk_print__.m: Update figure for FLTK printing. Bug #31884. + 2010-12-19 John W. Eaton * miscellaneous/run.m: Use source to execute script. diff --git a/scripts/plot/__fltk_print__.m b/scripts/plot/__fltk_print__.m --- a/scripts/plot/__fltk_print__.m +++ b/scripts/plot/__fltk_print__.m @@ -27,6 +27,7 @@ figure (opts.figure) drawnow ("expose") + __fltk_redraw__ (); if (! isempty (opts.fig2dev_binary)) ## fig2dev is prefered for conversion to emf