changeset 17261:533c980b5796

maint: Merge away extra head.
author Rik <rik@octave.org>
date Thu, 15 Aug 2013 22:11:22 -0700
parents a654c1eccd29 (current diff) 92effb035b97 (diff)
children 12e5fa85f1bb
files
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Thu Aug 15 14:38:01 2013 +0200
+++ b/libinterp/corefcn/graphics.cc	Thu Aug 15 22:11:22 2013 -0700
@@ -4085,6 +4085,10 @@
   tightinset = tinset;
   set_units (old_units);
   update_transform ();
+  if (activepositionproperty.is ("position"))
+    update_position ();
+  else
+    update_outerposition ();
 }
 
 /*