make the item list colour per slot if colorFitBySlot set

attempts to resolve #1839
This commit is contained in:
Tony Cook
2019-02-15 19:04:50 +11:00
parent 65dff8dcf7
commit 2ea3394845
3 changed files with 23 additions and 0 deletions

View File

@@ -166,6 +166,8 @@ class PFGeneralPref(PreferenceView):
fitID = self.mainFrame.getActiveFit()
self.sFit.refreshFit(fitID)
wx.PostEvent(self.mainFrame, GE.FitChanged(fitID=fitID))
iView = self.mainFrame.marketBrowser.itemView;
iView.update(iView.active)
event.Skip()
def onCBGlobalRackSlots(self, event):