changeset 10566:5475da58d39f

graphics.h.in: Have figure color property support a radio value, 'none'.
author Ben Abbott <bpabbott@mac.com>
date Sat, 24 Apr 2010 19:45:59 -0400
parents 2880a862b1a8
children 79410269cd21
files src/ChangeLog src/graphics.h.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Apr 25 00:12:52 2010 +0200
+++ b/src/ChangeLog	Sat Apr 24 19:45:59 2010 -0400
@@ -1,3 +1,8 @@
+2010-04-24  Ben Abbott <bpabbott@mac.com>
+
+	* graphics.h.in: Have figure color property support a radio value,
+	'none'.
+
 2010-04-24  David Bateman  <dbateman@free.fr>
 
 	* graphics.cc (void axes::properties::set_defaults
--- a/src/graphics.h.in	Sun Apr 25 00:12:52 2010 +0200
+++ b/src/graphics.h.in	Sat Apr 24 19:45:59 2010 -0400
@@ -2573,7 +2573,7 @@
       handle_property currentaxes S , graphics_handle ()
       array_property colormap , jet_colormap ()
       radio_property paperorientation , "{portrait}|landscape|rotated"
-      color_property color , color_values (1, 1, 1)
+      color_property color , color_property (color_values (1, 1, 1), radio_values ("none"))
       array_property alphamap , Matrix (64, 1, 1)
       string_property currentcharacter r , ""
       handle_property currentobject r , graphics_handle ()