When calling `.makeEditable()` on a `SimpleFloatPr...
# tornadofx
z
When calling
.makeEditable()
on a
SimpleFloatProperty
I get a
makeEditable() is not implemented for specified class type:kotlin.Number
runtime exception. Number is missing in the inline function of `.makeEditable()`and the float property does not seem to be downcasted.