[GRASS-SVN] r68123 - grass/trunk/gui/wxpython/tplot

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 23 08:10:00 PDT 2016


Author: lucadelu
Date: 2016-03-23 08:10:00 -0700 (Wed, 23 Mar 2016)
New Revision: 68123

Modified:
   grass/trunk/gui/wxpython/tplot/frame.py
Log:
g.gui.tplot: fixed bug with wxPython 2.8

Modified: grass/trunk/gui/wxpython/tplot/frame.py
===================================================================
--- grass/trunk/gui/wxpython/tplot/frame.py	2016-03-23 14:35:37 UTC (rev 68122)
+++ grass/trunk/gui/wxpython/tplot/frame.py	2016-03-23 15:10:00 UTC (rev 68123)
@@ -224,9 +224,7 @@
         self.datasetSelectV = gselect.Select(parent=self.controlPanelVector,
                                              id=wx.ID_ANY,
                                              size=globalvar.DIALOG_GSELECT_SIZE,
-                                             type='stvds', multiple=True,
-                                             style=wx.TE_PROCESS_ENTER)
-        self.datasetSelectV.Bind(wx.EVT_TEXT_ENTER, self.OnVectorSelected)
+                                             type='stvds', multiple=True)
         self.datasetSelectV.Bind(wx.EVT_COMBOBOX_CLOSEUP,
                                  self.OnVectorSelected)
 



More information about the grass-commit mailing list