<@U25U0KPFT> Ah, finally. It has to do with the `b...
# tornadofx
e
@carlw Ah, finally. It has to do with the
bind
function in TornadoFX. It works fine when I do
contentLabel.textProperty().bind(item.textProperty)
but fails when I do
contentLabel.bind(item.textProperty)