changeset 17646:993ea21b7e03

graphics.in.h: Text "edgecolor" property should default to "none". * libinterp/corefcn/graphics.in.h: Set text object "edgecolor" property to default to "none".
author Rik <rik@octave.org>
date Sat, 12 Oct 2013 22:17:02 -0700
parents 85a057ad1ba6
children 7ec70c575ad6
files libinterp/corefcn/graphics.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))