# HG changeset patch # User Rik # Date 1381641422 25200 # Node ID 993ea21b7e03dcbb26f407d3789cb822c30ed5e1 # Parent 85a057ad1ba6e1ff0e0671476b98027905c20c16 graphics.in.h: Text "edgecolor" property should default to "none". * libinterp/corefcn/graphics.in.h: Set text object "edgecolor" property to default to "none". diff -r 85a057ad1ba6 -r 993ea21b7e03 libinterp/corefcn/graphics.in.h --- a/libinterp/corefcn/graphics.in.h Sat Oct 12 21:26:34 2013 -0700 +++ b/libinterp/corefcn/graphics.in.h Sat Oct 12 22:17:02 2013 -0700 @@ -4280,7 +4280,7 @@ // properties declarations. BEGIN_PROPERTIES (text) - color_property backgroundcolor , "{none}" + color_property backgroundcolor , color_property (radio_values ("{none}"), color_values (1, 1, 1)) color_property color u , color_values (0, 0, 0) string_property displayname , "" color_property edgecolor , color_property (radio_values ("{none}"), color_values (0, 0, 0))