[GRASS-SVN] r47784 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 19 17:17:23 EDT 2011
Author: annakrat
Date: 2011-08-19 14:17:22 -0700 (Fri, 19 Aug 2011)
New Revision: 47784
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/colorrules.py
Log:
wxGUI:fix bug in color rules dialog (merge from trunk, r47783)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/colorrules.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/colorrules.py 2011-08-19 21:11:50 UTC (rev 47783)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/colorrules.py 2011-08-19 21:17:22 UTC (rev 47784)
@@ -1498,11 +1498,11 @@
return
cmdlist = ['d.vect',
- '-a',
'map=%s' % self.inmap,
'type=point,line,boundary,area']
if self.attributeType == 'color':
+ cmdlist.append('flags=a')
cmdlist.append('rgb_column=%s' % self.properties['tmpColumn'])
elif self.attributeType == 'size':
cmdlist.append('size_column=%s' % self.properties['tmpColumn'])
More information about the grass-commit
mailing list