First iteration of the drone view, as well as a bunch of other related changes

This commit is contained in:
cncfanatics
2010-09-04 23:25:02 +02:00
parent 53b89496d8
commit 48293cdf8b
8 changed files with 97 additions and 36 deletions

View File

@@ -31,7 +31,7 @@ class DroneDps(ViewColumn):
self.imageId = fittingView.imageList.Add(bitmap)
def getText(self, stuff):
return stuff.item.name
return "%.1f" % stuff.dps
def getImageId(self, mod):
return -1