[GRASS-SVN] r57731 - grass/trunk/display/d.barscale
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 17 06:53:37 PDT 2013
Author: martinl
Date: 2013-09-17 06:53:35 -0700 (Tue, 17 Sep 2013)
New Revision: 57731
Modified:
grass/trunk/display/d.barscale/main.c
Log:
d.barscale: make 'coords' paramater optional (with default answer)
sync'ed with d.northarrow
Modified: grass/trunk/display/d.barscale/main.c
===================================================================
--- grass/trunk/display/d.barscale/main.c 2013-09-17 13:48:40 UTC (rev 57730)
+++ grass/trunk/display/d.barscale/main.c 2013-09-17 13:53:35 UTC (rev 57731)
@@ -78,7 +78,6 @@
coords->type = TYPE_DOUBLE;
coords->answer = "0.0,5.0";
coords->options = "0-100";
- coords->required = YES;
coords->label =
_("Screen coordinates of the rectangle's top-left corner");
coords->description = _("(0,0) is lower-left of the display frame");
More information about the grass-commit
mailing list