[GRASS-SVN] r30239 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Feb 18 12:34:38 EST 2008
Author: martinl
Date: 2008-02-18 12:34:38 -0500 (Mon, 18 Feb 2008)
New Revision: 30239
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: do not reverse layer order (bottom layer should be displayed first)
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2008-02-18 16:55:36 UTC (rev 30238)
+++ grass/trunk/gui/wxpython/wxgui.py 2008-02-18 17:34:38 UTC (rev 30239)
@@ -628,9 +628,6 @@
busy.Destroy()
- # reverse list of map layers
- maptree.Map.ReverseListOfLayers()
-
def OnWorkspaceSaveAs(self, event=None):
"""Save workspace definition to selected file"""
More information about the grass-commit
mailing list