I just committed a fix to how `cellFormat` works w...
# tornadofx
e
I just committed a fix to how
cellFormat
works with regards to applied styles. Now the
style
property of a
ListCell
will be cleared automatically, so you can safely configure styles without fear of the style being applied to a reused cell for an empty row. I believe this is the correct behaviour, but I might be wrong. Hopefully it has no side effects - please try it in your apps if you have a chance 🙂
🎉 2