[GRASS-SVN] r51078 - grass/trunk/gui/wxpython/gcp

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


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

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

Modified: grass/trunk/gui/wxpython/gcp/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/gcp/toolbars.py	2012-03-16 15:44:55 UTC (rev 51077)
+++ grass/trunk/gui/wxpython/gcp/toolbars.py	2012-03-16 15:49:52 UTC (rev 51078)
@@ -86,8 +86,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