[GRASS-SVN] r64776 - grass/trunk/gui/wxpython/dbmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 2 04:31:58 PST 2015
Author: martinl
Date: 2015-03-02 04:31:58 -0800 (Mon, 02 Mar 2015)
New Revision: 64776
Modified:
grass/trunk/gui/wxpython/dbmgr/base.py
Log:
wxGUI/dmgr: fix focus on Deselect all
Modified: grass/trunk/gui/wxpython/dbmgr/base.py
===================================================================
--- grass/trunk/gui/wxpython/dbmgr/base.py 2015-03-01 20:10:52 UTC (rev 64775)
+++ grass/trunk/gui/wxpython/dbmgr/base.py 2015-03-02 12:31:58 UTC (rev 64776)
@@ -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