[GRASS-SVN] r51079 - grass/branches/develbranch_6/gui/wxpython/gcp

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


Author: mmetz
Date: 2012-03-16 08:52:41 -0700 (Fri, 16 Mar 2012)
New Revision: 51079

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

Modified: grass/branches/develbranch_6/gui/wxpython/gcp/toolbars.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gcp/toolbars.py	2012-03-16 15:49:52 UTC (rev 51078)
+++ grass/branches/develbranch_6/gui/wxpython/gcp/toolbars.py	2012-03-16 15:52:41 UTC (rev 51079)
@@ -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