changeset 13897:1367f2db49a2

Backed out changeset 5c2096009c43
author John W. Eaton <jwe@octave.org>
date Mon, 21 Nov 2011 02:05:25 -0500
parents 5c2096009c43
children 19e11eb17812
files src/graphics.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/graphics.cc	Mon Nov 21 01:40:24 2011 -0500
+++ b/src/graphics.cc	Mon Nov 21 02:05:25 2011 -0500
@@ -3237,9 +3237,9 @@
     {
       Matrix old_bb, new_bb;
 
-      old_bb = get_boundingbox (true);
+      old_bb = get_boundingbox ();
       position.set (v, true, do_notify_toolkit);
-      new_bb = get_boundingbox (true);
+      new_bb = get_boundingbox ();
 
       if (old_bb != new_bb)
         {