Implement fighter add/remove commands

This commit is contained in:
Ryan Holmes
2018-08-13 19:35:32 -04:00
parent 513e9d14d8
commit f0983c1468
9 changed files with 160 additions and 10 deletions

View File

@@ -245,7 +245,7 @@ class MainFrame(wx.Frame):
self.Bind(GE.EVT_SSO_LOGGING_IN, self.ShowSsoLogin)
@property
def command(self):
def command(self) -> wx.CommandProcessor:
return Fit.getCommandProcessor(self.getActiveFit())
def ShowSsoLogin(self, event):