# HG changeset patch # User Konstantinos Poulios # Date 1292618513 -3600 # Node ID 6154672afa9a9c4d6c138e458573ca2988c3db67 # Parent ed827ffa5a4316b38d50db2053e48fecb8d0be15 Trigger fltk graphics redraw immediately after setting an axis label. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2010-12-22 Konstantinos Poulios + + * plot/private/__axis_label__.m: Trigger fltk graphics redraw immediately + after setting an axis label. + 2010-12-22 John W. Eaton * optimization/optimset.m, optimization/optimget.m, diff --git a/scripts/plot/private/__axis_label__.m b/scripts/plot/private/__axis_label__.m --- a/scripts/plot/private/__axis_label__.m +++ b/scripts/plot/private/__axis_label__.m @@ -38,6 +38,7 @@ "fontweight", get (ca, "fontweight"), "string", txt, varargin{:}); + __fltk_redraw__() if (nargout > 0) retval = h;