diff src/graphics.h.in @ 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 b1823dfd6ec7
children 78400fde223e
line wrap: on
line diff
--- 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"