[GRASS-SVN] r32470 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 2 18:23:30 EDT 2008


Author: cmbarton
Date: 2008-08-02 18:23:30 -0400 (Sat, 02 Aug 2008)
New Revision: 32470

Modified:
   grass/trunk/gui/wxpython/wxgui.py
Log:
Update and bug fixes for LayerTree drag and drop and controls

Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py	2008-08-02 22:23:13 UTC (rev 32469)
+++ grass/trunk/gui/wxpython/wxgui.py	2008-08-02 22:23:30 UTC (rev 32470)
@@ -1111,7 +1111,7 @@
         # create layer tree (tree control for managing GIS layers)  and put on new notebook page
         self.curr_page.maptree = wxgui_utils.LayerTree(self.curr_page, id=wx.ID_ANY, pos=wx.DefaultPosition,
                                                        size=wx.DefaultSize, style=wx.TR_HAS_BUTTONS
-                                                       |wx.TR_LINES_AT_ROOT|wx.TR_EDIT_LABELS|wx.TR_HIDE_ROOT
+                                                       |wx.TR_LINES_AT_ROOT|wx.TR_HIDE_ROOT
                                                        |wx.TR_DEFAULT_STYLE|wx.NO_BORDER|wx.FULL_REPAINT_ON_RESIZE,
                                                        idx=self.disp_idx, gismgr=self, notebook=self.gm_cb,
                                                        auimgr=self._auimgr, showMapDisplay=show)



More information about the grass-commit mailing list