not sure if it's always the case, but I had a bug ...
# tornadofx
c
not sure if it's always the case, but I had a bug once where call { runLater { pb.setProgress(0.5,1.0) } } behaved differently than call { updateProgress(0.5, 1.0) }