`TreeCell.updateItem` appears to be called with a ...
# tornadofx
p
TreeCell.updateItem
appears to be called with a
null
item and
empty=true
, while in fact it is not -> this causes a RTE because I bound the
textProperty
and the method is setting
text
to null.