# HG changeset patch # User Ben Abbott # Date 1272152759 14400 # Node ID 5475da58d39fd1f6117366bcb49c348260b6ae1d # Parent 2880a862b1a8c1e1000cbfb146eeb08e545f991d graphics.h.in: Have figure color property support a radio value, 'none'. diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-04-24 Ben Abbott + + * graphics.h.in: Have figure color property support a radio value, + 'none'. + 2010-04-24 David Bateman * graphics.cc (void axes::properties::set_defaults diff --git a/src/graphics.h.in b/src/graphics.h.in --- a/src/graphics.h.in +++ b/src/graphics.h.in @@ -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 ()