[GRASS-SVN] r53613 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 30 03:01:52 PDT 2012


Author: martinl
Date: 2012-10-30 03:01:51 -0700 (Tue, 30 Oct 2012)
New Revision: 53613

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
Log:
annakrat: wxGUI: fix expanding in map selection widget
	  (merge r53612 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py	2012-10-30 09:43:35 UTC (rev 53612)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py	2012-10-30 10:01:51 UTC (rev 53613)
@@ -512,7 +512,6 @@
             self.curitem = item
             
             if self.seltree.GetRootItem() == self.seltree.GetItemParent(item):
-                self.value = [] # cannot select mapset item
                 evt.Skip()
                 return
             
@@ -532,7 +531,7 @@
                 else:
                     self.value = [fullName]
         
-        self.Dismiss()
+            self.Dismiss()
         
         evt.Skip()
 



More information about the grass-commit mailing list