Switch to the relevant additions pane when items are added to it
This commit is contained in:
@@ -48,6 +48,7 @@ class BoosterView(d.Display):
|
||||
trigger = cFit.addBooster(fitID, event.itemID)
|
||||
if trigger:
|
||||
wx.PostEvent(self.mainFrame, fv.FitChanged(fitID=fitID))
|
||||
self.mainFrame.additionsPane.select("Boosters")
|
||||
|
||||
event.Skip()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user