The alternative would be to listen to changes to t...
# tornadofx
e
The alternative would be to listen to changes to the valueProperty of the slider and call model.commit, possibly by passing it just the mainControl property if you just want to commit that. That kind of defeats the purpose, so it looks like autocommit is what you want.