[GRASS-dev] wxGUI: add color selector drop-down list to Settings?

Anna Petrášová kratochanna at gmail.com
Mon Feb 10 13:56:20 PST 2014


Hi,


On Mon, Feb 10, 2014 at 12:56 PM, Markus Neteler <neteler at osgeo.org> wrote:

> Hi,
>
> in wxGUI -> Settings -> Preferences -> Layer tab
> there is the "Default color table" text color list, could this be
> switched to the nice graphical one as used/generated here:
>
>     case G_OPT_M_COLR:
>         Opt->key = "color";
>         Opt->key_desc = "style";
>         Opt->type = TYPE_STRING;
>         Opt->required = NO;
>         Opt->options = G_color_rules_options();
>         Opt->description = _("Name of color table");
>         Opt->descriptions = G_color_rules_descriptions();
>         Opt->gisprompt = "old,colortable,colortable";
>         break;
>
> (used in r.colors/v.colors)
>


done in r58981

Anna



> thanks
> Markus
> _______________________________________________
> grass-dev mailing list
> grass-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20140210/efbe3ef5/attachment.html>


More information about the grass-dev mailing list