[GRASS-SVN] r57346 - grass/trunk/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 1 09:42:22 PDT 2013


Author: turek
Date: 2013-08-01 09:42:21 -0700 (Thu, 01 Aug 2013)
New Revision: 57346

Modified:
   grass/trunk/gui/wxpython/mapdisp/frame.py
Log:
reverting r57345 (did not noticed 57340)

Modified: grass/trunk/gui/wxpython/mapdisp/frame.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/frame.py	2013-08-01 16:17:05 UTC (rev 57345)
+++ grass/trunk/gui/wxpython/mapdisp/frame.py	2013-08-01 16:42:21 UTC (rev 57346)
@@ -249,7 +249,8 @@
             from vdigit.mapwindow import VDigitWindow
             self.MapWindowVDigit = VDigitWindow(parent = self, giface = self._giface,
                                                 id = wx.ID_ANY, frame = self,
-                                                Map = self.Map, lmgr = self._layerManager)
+                                                Map = self.Map, tree = self.tree,
+                                                lmgr = self._layerManager)
             self.MapWindowVDigit.Show()
             self._mgr.AddPane(self.MapWindowVDigit, wx.aui.AuiPaneInfo().CentrePane().
                           Dockable(False).BestSize((-1,-1)).Name('vdigit').



More information about the grass-commit mailing list