Move some view handling stuff around and do initial work on the

fleetBrowser
This commit is contained in:
cncfanatics
2010-11-20 20:32:47 +01:00
parent c730e59840
commit 6e1b789fb2
27 changed files with 117 additions and 69 deletions

View File

@@ -19,7 +19,6 @@
import wx
import bitmapLoader
import gui.fittingView
import gui.mainFrame
import gui.graphFrame
@@ -91,7 +90,7 @@ class MainMenuBar(wx.MenuBar):
self.mainFrame.Bind(gui.fittingView.FIT_CHANGED, self.fitChanged)
self.mainFrame.Bind(gui.builtinViews.fittingView.FIT_CHANGED, self.fitChanged)
def fitChanged(self, event):
enable = event.fitID is not None