comparison scripts/plot/private/__axis_label__.m @ 12356:a3c6d0480c7c release-3-4-x

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 b0084095098e
children 22bc9ec80c2c
comparison
equal deleted inserted replaced
12355:1c4cad056b79 12356:a3c6d0480c7c
36 "fontunits", get (ca, "fontunits"), 36 "fontunits", get (ca, "fontunits"),
37 "fontweight", get (ca, "fontweight"), 37 "fontweight", get (ca, "fontweight"),
38 "string", txt, 38 "string", txt,
39 varargin{:}); 39 varargin{:});
40 40
41 __fltk_redraw__();
42
43 if (nargout > 0) 41 if (nargout > 0)
44 retval = h; 42 retval = h;
45 endif 43 endif
46 else 44 else
47 error ("%s: expecting first argument to be character string", caller); 45 error ("%s: expecting first argument to be character string", caller);