# HG changeset patch # User Ben Abbott # Date 1376609995 14400 # Node ID 92effb035b97e837ac3eedce251bd7b1165c2295 # Parent 7fb4461997aa212b9e44397351c7c0eb7d78f32b Update axes position/outerpostion before and after tightinset. * libinterp/corefcn/graphics.cc (sync_positions ()): Update the position or outerposition after updating tightinset. (Bug # 39697) diff -r 7fb4461997aa -r 92effb035b97 libinterp/corefcn/graphics.cc --- a/libinterp/corefcn/graphics.cc Wed Aug 07 20:18:04 2013 -0500 +++ b/libinterp/corefcn/graphics.cc Thu Aug 15 19:39:55 2013 -0400 @@ -4085,6 +4085,10 @@ tightinset = tinset; set_units (old_units); update_transform (); + if (activepositionproperty.is ("position")) + update_position (); + else + update_outerposition (); } /*