Removed an useless statement in bultinViewColumns.tracking
This commit is contained in:
@@ -38,7 +38,6 @@ class Tracking(ViewColumn):
|
||||
if params["showIcon"]:
|
||||
iconFile = info.icon.iconFile if info.icon else None
|
||||
if iconFile:
|
||||
bitmap = bitmapLoader.getBitmap(iconFile, "pack")
|
||||
self.imageId = fittingView.imageList.GetImageIndex(iconFile, "pack")
|
||||
else:
|
||||
self.imageId = -1
|
||||
|
||||
Reference in New Issue
Block a user