[GRASS-SVN] r53049 - grass/branches/releasebranch_6_4/gui/wxpython/wxplot
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 1 14:39:14 PDT 2012
Author: cmbarton
Date: 2012-09-01 14:39:14 -0700 (Sat, 01 Sep 2012)
New Revision: 53049
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/wxplot/dialogs.py
Log:
fixing one more thing in options dialog
Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxplot/dialogs.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxplot/dialogs.py 2012-09-01 18:16:07 UTC (rev 53048)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxplot/dialogs.py 2012-09-01 21:39:14 UTC (rev 53049)
@@ -834,7 +834,7 @@
self.properties['marker']['color'] = self.FindWindowById(self.wxId['marker']['color']).GetColour()
self.properties['marker']['fill'] = self.FindWindowById(self.wxId['marker']['fill']).GetStringSelection()
self.properties['marker']['size'] = self.FindWindowById(self.wxId['marker']['size']).GetValue()
- self.properties['marker']['type'] = self.FindWindowById(self.wxId['marker']['type']).GetValue()
+ self.properties['marker']['type'] = self.FindWindowById(self.wxId['marker']['type']).GetStringSelection()
self.properties['marker']['legend'] = self.FindWindowById(self.wxId['marker']['legend']).GetValue()
self.properties['grid']['color'] = self.FindWindowById(self.wxId['grid']['color']).GetColour()
More information about the grass-commit
mailing list