This repository has been 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
runAsync
would 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
ButtonBase
will automatically assign the node to thegraphic
property of the Button
Additions
- ConfigProperties (
config
) is nowClosable
so it can be used withuse