This repository was archived by the owner on Sep 28, 2024. It is now read-only.
TornadoFX 1.7.14
This release brings amongst other things, a fix to the long standing runAsync bug which could case the success and fail callbacks to not run if the work in runAsync completed (very) fast.
Fixed
runAsyncwould skip the success/fail steps if no work was done in the op block- TableView Pojo Column references support boolean "is" style properties (#560)
- TabPane.tab inside of an UIComponent is now scope aware
- TreeView.lazyPopulate should never assign null list if filter results in no items
Changes
- Kotlin 1.2.10
- Node builders inside of
ButtonBasewill automatically assign the node to thegraphicproperty of the Button
Additions
- ConfigProperties (
config) is nowClosableso it can be used withuse