فهرست منبع

reverting https://trac.osgeo.org/grass/changeset/57345 (did not noticed 57340)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57346 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek 11 سال پیش
والد
کامیت
242910404b
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      gui/wxpython/mapdisp/frame.py

+ 2 - 1
gui/wxpython/mapdisp/frame.py

@@ -249,7 +249,8 @@ class MapFrame(SingleMapFrame):
             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').