changeset 11408:6154672afa9a

Trigger fltk graphics redraw immediately after setting an axis label.
author Konstantinos Poulios <logari81@googlemail.com>
date Fri, 17 Dec 2010 21:41:53 +0100
parents ed827ffa5a43
children dd539a976451
files scripts/ChangeLog scripts/plot/private/__axis_label__.m
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed Dec 22 04:16:01 2010 -0500
+++ b/scripts/ChangeLog	Fri Dec 17 21:41:53 2010 +0100
@@ -1,3 +1,8 @@
+2010-12-22  Konstantinos Poulios  <logari81@gmail.com>
+
+	* plot/private/__axis_label__.m: Trigger fltk graphics redraw immediately
+	after setting an axis label.
+
 2010-12-22  John W. Eaton  <jwe@octave.org>
 
 	* optimization/optimset.m, optimization/optimget.m,
--- a/scripts/plot/private/__axis_label__.m	Wed Dec 22 04:16:01 2010 -0500
+++ b/scripts/plot/private/__axis_label__.m	Fri Dec 17 21:41:53 2010 +0100
@@ -38,6 +38,7 @@
          "fontweight", get (ca, "fontweight"),
          "string", txt,
          varargin{:});
+    __fltk_redraw__()
 
     if (nargout > 0)
       retval = h;