changeset 12319:e7c8ce0c0d3e

plot/private/__axis_label__.m: don't call __fltk_redraw__
author John W. Eaton <jwe@octave.org>
date Mon, 31 Jan 2011 18:19:27 -0500
parents 211f8c905a4f
children d6417ee864c9
files scripts/ChangeLog scripts/plot/private/__axis_label__.m
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-31  John W. Eaton  <jwe@octave.org>
+
+	* plot/private/__axis_label__.m: Don't call __fltk_redraw__.
+
 2011-01-31  John W. Eaton  <jwe@octave.org>
 
 	* plot/__fltk_ginput__.m: Remove line that should have been
--- a/scripts/plot/private/__axis_label__.m
+++ b/scripts/plot/private/__axis_label__.m
@@ -38,8 +38,6 @@
          "string", txt,
          varargin{:});
 
-    __fltk_redraw__();
-
     if (nargout > 0)
       retval = h;
     endif