# HG changeset patch # User Ben Abbott # Date 1372056576 -28800 # Node ID 5893eb92361ad519c11cc57bd141945bd0299c9f # Parent 4c51eaffa9e463e5ab5a1c4ab04b01e9d96eb055 Include "looseinset" in axes::properties::update_units (). * libinterp/interfcn/graphics.cc (axes::properties::update_units): include the "looseinset" proeprty when updating units for an axes object. diff --git a/libinterp/interpfcn/graphics.cc b/libinterp/interpfcn/graphics.cc --- a/libinterp/interpfcn/graphics.cc +++ b/libinterp/interpfcn/graphics.cc @@ -5863,6 +5863,7 @@ position.set (octave_value (convert_position (get_position ().matrix_value (), old_units, new_units, parent_bb)), false); outerposition.set (octave_value (convert_position (get_outerposition ().matrix_value (), old_units, new_units, parent_bb)), false); tightinset.set (octave_value (convert_position (get_tightinset ().matrix_value (), old_units, new_units, parent_bb)), false); + looseinset.set (octave_value (convert_position (get_looseinset ().matrix_value (), old_units, new_units, parent_bb)), false); } void