changeset 7902:c51ae36fcbce

graphics.h.in (axes::properties::keypos): Declare as any_property instead of double_property
author John W. Eaton <jwe@octave.org>
date Tue, 08 Jul 2008 14:22:08 -0400
parents 3e4c9b69069d
children 8018e10d2b87
files src/ChangeLog src/graphics.h.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jul 08 12:00:32 2008 -0400
+++ b/src/ChangeLog	Tue Jul 08 14:22:08 2008 -0400
@@ -1,3 +1,8 @@
+2008-07-08  John W. Eaton  <jwe@octave.org>
+
+	* graphics.h.in (axes::properties::keypos): Declare as
+	any_property instead of double_property.
+
 2008-06-28  John W. Eaton  <jwe@octave.org>
 
 	* debug.cc (push_dummy_call_stack_elt): Delete.
--- a/src/graphics.h.in	Tue Jul 08 12:00:32 2008 -0400
+++ b/src/graphics.h.in	Tue Jul 08 14:22:08 2008 -0400
@@ -2598,7 +2598,7 @@
       bool_property box , "on"
       bool_property key , "off"
       bool_property keybox , "off"
-      double_property keypos , 1
+      any_property keypos , 1
       array_property colororder , default_colororder ()
       array_property dataaspectratio m , Matrix (1, 3, 1.0)
       radio_property dataaspectratiomode , "{auto}|manual"