[GRASS-SVN] r64778 - grass/branches/releasebranch_7_0/gui/wxpython/dbmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 2 05:13:59 PST 2015


Author: martinl
Date: 2015-03-02 05:13:59 -0800 (Mon, 02 Mar 2015)
New Revision: 64778

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/dbmgr/base.py
Log:
wxGUI/dmgr: fix focus on Deselect all
            (merge r64776 from trunk)


Modified: grass/branches/releasebranch_7_0/gui/wxpython/dbmgr/base.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/dbmgr/base.py	2015-03-02 12:58:20 UTC (rev 64777)
+++ grass/branches/releasebranch_7_0/gui/wxpython/dbmgr/base.py	2015-03-02 13:13:59 UTC (rev 64778)
@@ -1735,7 +1735,8 @@
             if item == -1:
                 break
             tlist.SetItemState(item, 0, wx.LIST_STATE_SELECTED | wx.LIST_STATE_FOCUSED)
-
+        tlist.Focus(0)
+        
         event.Skip()
 
 



More information about the grass-commit mailing list