I was simply using wrong property. `icon` is somet...
# tornadofx
o
I was simply using wrong property.
icon
is something else, or may be from a different receiver (use
@DslMarker
!). The correct property is
graphics
, and
ImageView
instance is enough. No idea why it didn’t work in constructor of
TreeItem
though…