Hum, seems like `cellFormat` is removing the graph...
# tornadofx
v
Hum, seems like
cellFormat
is removing the graphics, if I remove that section I get the images for the category level, but then toString is called for
EmulatorDownload
types. Is there another way to customize the cellFormat to use either
text
or
graphic
?
d
Its removing it - when you look into the implementation you will see it has a cleanup method, otherwise this method would take into account side-effects like somebody has set a graphic before and then the code is hard to maintain when not all displaying logic happens in cellFormat 🙂 Differently would be cellDecorator, which adds behavior