-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7-pool
-
Component/s: javafx
Right now we have a situation where getInsets() exists on Region, and is mutable, but is not a property. I implemented essentially a property and threw on a @treatasprivate for this release. In the next, we should remove this and turn it into a property.