Focus contents of various pages when user switches to their tabs
This commit is contained in:
@@ -35,7 +35,7 @@ class AddToCargo(ContextMenuSingle):
|
||||
typeID = int(mainItem.ID)
|
||||
command = cmd.GuiAddCargoCommand(fitID=fitID, itemID=typeID, amount=1)
|
||||
if self.mainFrame.command.Submit(command):
|
||||
self.mainFrame.additionsPane.select("Cargo")
|
||||
self.mainFrame.additionsPane.select("Cargo", focus=False)
|
||||
|
||||
|
||||
AddToCargo.register()
|
||||
|
||||
Reference in New Issue
Block a user