From: ellson Date: Fri, 3 Jul 2009 17:24:48 +0000 (+0000) Subject: remove all those "-state disabled". weird! where did they come from? X-Git-Tag: LAST_LIBGRAPH~32^2~1849 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b234ad8ee274fbb2a246e26948c4a237322bb985;p=graphviz remove all those "-state disabled". weird! where did they come from? --- diff --git a/plugin/core/gvrender_core_tk.c b/plugin/core/gvrender_core_tk.c index b35074940..83e6b4d30 100644 --- a/plugin/core/gvrender_core_tk.c +++ b/plugin/core/gvrender_core_tk.c @@ -240,7 +240,6 @@ static void tkgen_textpara(GVJ_t * job, pointf p, textpara_t * para) case 'n': break; } - gvputs(job, " -state disabled"); tkgen_print_tags(job); gvputs(job, "\n"); } @@ -300,7 +299,6 @@ tkgen_bezier(GVJ_t * job, pointf * A, int n, int arrow_at_start, if (obj->pen == PEN_DOTTED) gvputs(job, " -dash 2"); gvputs(job, " -smooth bezier"); - gvputs(job, " -state disabled"); tkgen_print_tags(job); gvputs(job, "\n"); } @@ -329,7 +327,6 @@ static void tkgen_polygon(GVJ_t * job, pointf * A, int n, int filled) gvputs(job, " -dash 5"); if (obj->pen == PEN_DOTTED) gvputs(job, " -dash 2"); - gvputs(job, " -state disabled"); tkgen_print_tags(job); gvputs(job, "\n"); } @@ -349,7 +346,6 @@ static void tkgen_polyline(GVJ_t * job, pointf * A, int n) gvputs(job, " -dash 5"); if (obj->pen == PEN_DOTTED) gvputs(job, " -dash 2"); - gvputs(job, " -state disabled"); tkgen_print_tags(job); gvputs(job, "\n"); }