Use stored bitmaps for viewcolumns headers (required to get a proper fitting view snapshot)

This commit is contained in:
HomeWorld
2010-12-11 00:45:09 +02:00
parent d455c65412
commit 2cac5adf8d
8 changed files with 8 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ class AttributeDisplay(ViewColumn):
iconType = "pack"
if iconFile:
self.imageId = fittingView.imageList.GetImageIndex(iconFile, iconType)
self.bitmap = bitmapLoader.getBitmap(iconFile, iconType)
else:
self.imageId = -1