# HG changeset patch # User John W. Eaton # Date 1215541328 14400 # Node ID c51ae36fcbce829ad019e13b6803dc95eb4240ff # Parent 3e4c9b69069df9f6522415b9872ba649de6491f9 graphics.h.in (axes::properties::keypos): Declare as any_property instead of double_property diff -r 3e4c9b69069d -r c51ae36fcbce src/ChangeLog --- 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 + + * graphics.h.in (axes::properties::keypos): Declare as + any_property instead of double_property. + 2008-06-28 John W. Eaton * debug.cc (push_dummy_call_stack_elt): Delete. diff -r 3e4c9b69069d -r c51ae36fcbce src/graphics.h.in --- 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"