changeset 20143: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 6670df97456c
children 2d5cbb6ac845
files libinterp/corefcn/graphics.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc
+++ b/libinterp/corefcn/graphics.cc
@@ -11934,6 +11934,7 @@
         return retval;
 
       ax_props.zoom (mode, factor);
+      Vdrawnow_requested = true;
     }
 
   return retval;