Commit the base of the drone stuff. Next step: making adding drones actualy work! :D

This commit is contained in:
cncfanatics
2010-09-03 22:05:26 +02:00
parent 0574217303
commit 6014e0c62d
8 changed files with 146 additions and 9 deletions

View File

@@ -45,8 +45,10 @@ class FittingView(wx.ListCtrl):
self.SetImageList(self.imageList, wx.IMAGE_LIST_SMALL)
self.activeColumns = []
self.Bind(wx.EVT_LIST_COL_BEGIN_DRAG, self.resizeChecker)
mainFrame = gui.mainFrame.MainFrame.getInstance()
mainFrame.Bind(FIT_CHANGED, self.fitChanged)
self.shipBrowser = mainFrame.shipBrowser
self.shipView = mainFrame.shipBrowser.shipView
self.searchView = mainFrame.shipBrowser.shipView