# HG changeset patch # User Rik # Date 1376629882 25200 # Node ID 533c980b5796be49571370aa87e04755ca01014d # Parent a654c1eccd294d992d0755796fb66562238ad554# Parent 92effb035b97e837ac3eedce251bd7b1165c2295 maint: Merge away extra head. diff -r a654c1eccd29 -r 533c980b5796 libinterp/corefcn/graphics.cc --- 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 (); } /*