Changeset: f4cb964fba96 Author: David Grieve<[email protected]> Date: 2013-06-21 11:34 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/f4cb964fba96
RT-25002: save off initial value of property for use when resetting. ! javafx-ui-common/src/javafx/css/StyleableBooleanProperty.java ! javafx-ui-common/src/javafx/css/StyleableDoubleProperty.java ! javafx-ui-common/src/javafx/css/StyleableFloatProperty.java ! javafx-ui-common/src/javafx/css/StyleableIntegerProperty.java ! javafx-ui-common/src/javafx/css/StyleableLongProperty.java ! javafx-ui-common/src/javafx/css/StyleableObjectProperty.java ! javafx-ui-common/src/javafx/css/StyleableStringProperty.java ! javafx-ui-common/src/javafx/scene/CssStyleHelper.java ! javafx-ui-common/test/unit/com/sun/javafx/css/PseudoClassTest.java
