That’s not because it was not on the UI thread, bu...
# tornadofx
e
That’s not because it was not on the UI thread, but because you modified the list while iterating. In that case, runLater might be a workaround, but we can probably find a nicer solution. On my phone, a bit cumbersome, but looking at your code now.