[GRASS-SVN] r57245 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 22 06:46:01 PDT 2013


Author: wenzeslaus
Date: 2013-07-22 06:46:00 -0700 (Mon, 22 Jul 2013)
New Revision: 57245

Modified:
   grass/trunk/gui/wxpython/lmgr/layertree.py
Log:
wxGUI/mapwindow: tree is still needed for map display although it is not needed for map window (fix bug in nviz from r57243)

Modified: grass/trunk/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/layertree.py	2013-07-22 12:07:59 UTC (rev 57244)
+++ grass/trunk/gui/wxpython/lmgr/layertree.py	2013-07-22 13:46:00 UTC (rev 57245)
@@ -163,7 +163,7 @@
                                    id = wx.ID_ANY, pos = pos,
                                    size = globalvar.MAP_WINDOW_SIZE,
                                    style = wx.DEFAULT_FRAME_STYLE,
-                                   notebook = self.notebook,
+                                   tree=self, notebook=self.notebook,
                                    lmgr = self.lmgr, page = self.treepg,
                                    Map = self.Map)
         



More information about the grass-commit mailing list