<@U25U0KPFT> Yeah, you can't do `onChange` inside ...
# tornadofx
e
@carlw Yeah, you can't do
onChange
inside of
onChange
with listCells, since they are reused, this makes total sense. Move
item.completedProperty.onChange
to
completed.selectedProperty().onChange
outside of the
itemProperty.onChange
(just do it once per fragment in init).