Mercurial > hg > octave-lyh
changeset 16831:5893eb92361a
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.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Mon, 24 Jun 2013 14:49:36 +0800 |
parents | 4c51eaffa9e4 |
children | e528beb2d774 |
files | libinterp/interpfcn/graphics.cc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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