Join Slack
Powered by
I was simply using wrong property. `icon` is somet...
# tornadofx
o
orangy
07/30/2018, 6:35 PM
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…
Open in Slack
Previous
Next