<@U0BDMQTHS>: I know, but I don't think we need th...
# tornadofx
e
@mikehearn: I know, but I don't think we need that dependency. I'll just use the Form layout in TornadoFX, it does the trick. I figured out how to change backgroundFills. The whole
Background
object is immutable on
Node.background
, so I basically have to swap it out when the user changes value in the color picker. Since multiple backgrounds are supported as well, it resulted in this, slightly hacky sollution: