[GRASS-SVN] r51080 - grass/branches/releasebranch_6_4/gui/wxpython/gcp

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 16 11:53:53 EDT 2012


Author: mmetz
Date: 2012-03-16 08:53:53 -0700 (Fri, 16 Mar 2012)
New Revision: 51080

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gcp/toolbars.py
Log:
wxGUI: fix #1602 in GCPmanager

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gcp/toolbars.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gcp/toolbars.py	2012-03-16 15:52:41 UTC (rev 51079)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gcp/toolbars.py	2012-03-16 15:53:53 UTC (rev 51080)
@@ -88,8 +88,7 @@
         # add tool to toggle active map window
         self.togglemapid = wx.NewId()
         self.togglemap = wx.Choice(parent = self, id = self.togglemapid,
-                                   choices = [_('source'), _('target')],
-                                   style = wx.CB_READONLY)
+                                   choices = [_('source'), _('target')])
 
         self.InsertControl(10, self.togglemap)
 



More information about the grass-commit mailing list