comparison libinterp/corefcn/graphics.cc @ 19969:f0e5c6742716

also request redraw after zooming by a factor (bug #44523) * graphics.cc (F__zoom__): Also set Vdrawnow_requested after zooming by a factor.
author John W. Eaton <jwe@octave.org>
date Thu, 12 Mar 2015 17:24:21 -0400
parents 90299974feda
children c66909c234e6
comparison
equal deleted inserted replaced
19968:6670df97456c 19969:f0e5c6742716
11932 11932
11933 if (error_state) 11933 if (error_state)
11934 return retval; 11934 return retval;
11935 11935
11936 ax_props.zoom (mode, factor); 11936 ax_props.zoom (mode, factor);
11937 Vdrawnow_requested = true;
11937 } 11938 }
11938 11939
11939 return retval; 11940 return retval;
11940 } 11941 }