Revert "Only call the colourchanging code on populate instead of refresh (less"

This reverts commit acebaf1416.
This commit is contained in:
cncfanatics
2010-10-30 17:25:28 +02:00
parent acebaf1416
commit 58c5c16ed5

View File

@@ -249,8 +249,8 @@ class FittingView(d.Display):
else:
event.Skip()
def populate(self, stuff):
d.Display.populate(self, stuff)
def refresh(self, stuff):
d.Display.refresh(self, stuff)
sFit = service.Fit.getInstance()
fit = sFit.getFit(self.activeFitID)
slotMap = {}