Mercurial > hg > octave-nkf
changeset 11899:bfac13fcb6fe release-3-0-x
graphics.cc (base_properties::remove_child): handle children as a column vector instead of a row vector
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 05 Jan 2009 08:17:53 +0100 |
parents | 78eae8c8792d |
children | 9e07dffc8a60 |
files | src/ChangeLog src/graphics.cc |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-10-16 John W. Eaton <jwe@octave.org> + + * graphics.cc (base_properties::remove_child): Handle children as + a column vector instead of a row vector. + 2008-12-08 Jaroslav Hajek <highegg@gmail.com> * pt-select.cc (equal): Make empty matrices match.