|
@@ -249,8 +249,7 @@ class MapFrame(SingleMapFrame):
|
|
from vdigit.mapwindow import VDigitWindow
|
|
from vdigit.mapwindow import VDigitWindow
|
|
self.MapWindowVDigit = VDigitWindow(parent = self, giface = self._giface,
|
|
self.MapWindowVDigit = VDigitWindow(parent = self, giface = self._giface,
|
|
id = wx.ID_ANY, frame = self,
|
|
id = wx.ID_ANY, frame = self,
|
|
- Map = self.Map, tree = self.tree,
|
|
|
|
- lmgr = self._layerManager)
|
|
|
|
|
|
+ Map = self.Map, lmgr = self._layerManager)
|
|
self.MapWindowVDigit.Show()
|
|
self.MapWindowVDigit.Show()
|
|
self._mgr.AddPane(self.MapWindowVDigit, wx.aui.AuiPaneInfo().CentrePane().
|
|
self._mgr.AddPane(self.MapWindowVDigit, wx.aui.AuiPaneInfo().CentrePane().
|
|
Dockable(False).BestSize((-1,-1)).Name('vdigit').
|
|
Dockable(False).BestSize((-1,-1)).Name('vdigit').
|